]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc/hide-unstable-trait.rs
Rollup merge of #106644 - alexcrichton:update-wasi-toolchain, r=cuviper
[rust.git] / tests / 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 // @hasraw foo/struct.Foo.html 'bar'
9 // @hasraw foo/struct.Foo.html 'bar2'
10 #[doc(inline)]
11 pub use unstable_trait::Foo;