Sign in
rust
/
rust
/
08cd08fbef8c6663b052d8d9e4930d5696cbb8a7
/
.
/
tests
/
rustdoc-html
/
impl
/
auxiliary
/
issue-22025.rs
blob: 6bc55073283776f4fea9e85ec8b36b2a9fca89fc [
file
]
//@ compile-flags: -Cmetadata=aux
pub
mod
foo
{
pub
trait
Foo
{}
pub
struct
Bar
;
impl
Foo
for
Bar
{}
}