]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc/no-compiler-reexport.rs
Auto merge of #107768 - matthiaskrgr:rollup-9u4cal4, r=matthiaskrgr
[rust.git] / tests / rustdoc / no-compiler-reexport.rs
1 // compile-flags: -Z unstable-options --document-hidden-items --document-private-items
2
3 #![crate_name = "foo"]
4
5 // @!has 'foo/index.html' '//code' 'extern crate std;'
6 // @!has 'foo/index.html' '//code' 'use std::prelude'
7 pub struct Foo;