blob: b9d146d3735f21497c44bb978912e17cf181e4a8 [file] [log] [blame]
// check-pass
// aux-build:import_crate_var.rs
#[macro_use] extern crate import_crate_var;
fn main() {
m!();
//~^ WARN `$crate` may not be imported
//~| NOTE `use $crate;` was erroneously allowed and will become a hard error
}