]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc/hide-unstable-trait.rs
Merge commit '70c0f90453701e7d6d9b99aaa1fc6a765937b736' 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;