]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc/hide-unstable-trait.rs
Auto merge of #106711 - albertlarsan68:use-ci-llvm-when-lld, r=jyn514
[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;