]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc/hide-unstable-trait.rs
Auto merge of #73583 - anp:location-eq, r=dtolnay
[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;