]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc/hide-unstable-trait.rs
Merge commit '928e72dd10749875cbd412f74bfbfd7765dbcd8a' into clippyup
[rust.git] / src / test / rustdoc / hide-unstable-trait.rs
1 // aux-build:unstable-trait.rs
2
3 #![crate_name = "foo"]
4 #![feature(private_trait)]
5
6 extern crate unstable_trait;
7
8 // @has foo/struct.Foo.html 'bar'
9 // @has foo/struct.Foo.html 'bar2'
10 #[doc(inline)]
11 pub use unstable_trait::Foo;