Sign in
android
/
toolchain
/
rustc
/
5bd94c128c5702589f742e958fb8ae82646357c9
/
.
/
src
/
test
/
ui
/
hidden-rt-injection.rs
blob: 3ca04f934934ccaa00b54243ea79cd48aee2e402 [
file
] [
log
] [
blame
]
// This is testing that users can't access the runtime crate.
mod
m
{
// The rt has been called both 'native' and 'rt'
use
native
;
//~ ERROR unresolved import
}
fn
main
()
{
}