Sign in
rust
/
rust
/
9b1f20d20dc00a950f99a00a34be9d2ca78d1f0d
/
.
/
tests
/
rustdoc-html
/
trait-self-link.rs
blob: fe69158b1a2f64ab24f7cfed843493aefbb73f85 [
file
]
//@ has trait_self_link/trait.Foo.html //a/@href trait.Foo.html
pub
trait
Foo
{}
pub
struct
Bar
;
impl
Foo
for
Bar
{}