DEBSOURCES
Skip Quicknav
sources / rustc / 1.85.0%2Bdfsg3-1 / 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 }