]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc/no-compiler-reexport.rs
Merge commit '39683d8eb7a32a74bea96ecbf1e87675d3338506' into sync_cg_gcc-2022-03-26
[rust.git] / src / test / 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;