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() { }