Sign in
android
/
toolchain
/
rustc
/
5bd94c128c5702589f742e958fb8ae82646357c9
/
.
/
src
/
test
/
rustdoc
/
no-compiler-reexport.rs
blob: 6d50325fed550a5b1b42bd9a3f917f2c7f8d3c8c [
file
] [
log
] [
blame
]
// compile-flags: --no-defaults
#![
crate_name
=
"foo"
]
// @has 'foo/index.html' '//code' 'extern crate std;'
// @!has 'foo/index.html' '//code' 'use std::prelude::v1::*;'
pub
struct
Foo
;