rust/tests/rustdoc/trait-self-link.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
119 B
Rust
Raw Normal View History

//@ has trait_self_link/trait.Foo.html //a/@href trait.Foo.html
2016-04-05 16:24:49 +00:00
pub trait Foo {}
pub struct Bar;
impl Foo for Bar {}