DEBSOURCES
Skip Quicknav
sources / rustc-web / 1.70.0%2Bdfsg1-7~deb12u2 / tests / ui / imports / import-crate-var.rs
12345678
// aux-build:import_crate_var.rs #[macro_use] extern crate import_crate_var; fn main() { m!(); //~^ ERROR `$crate` may not be imported }