Sign in
android
/
toolchain
/
rustc
/
5139364148b53d79de1b5e778004d41a6a33a4a2
/
.
/
tests
/
rustdoc
/
no-compiler-reexport.rs
blob: d28fdf87b77a184460fdfb47d0f10ff988884273 [
file
] [
log
] [
blame
]
// compile-flags: -Z unstable-options --document-hidden-items --document-private-items
#![
crate_name
=
"foo"
]
// @!has 'foo/index.html' '//code' 'extern crate std;'
// @!has 'foo/index.html' '//code' 'use std::prelude'
pub
struct
Foo
;