Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
rustdoc
/
auxiliary
/
issue-22025.rs
blob: 6bc55073283776f4fea9e85ec8b36b2a9fca89fc [
file
] [
log
] [
blame
] [
edit
]
//@ compile-flags: -Cmetadata=aux
pub
mod
foo
{
pub
trait
Foo
{}
pub
struct
Bar
;
impl
Foo
for
Bar
{}
}