1error: `$crate` may not be imported
2  --> $DIR/import-crate-var.rs:6:5
3   |
4LL |     m!();
5   |     ^^^^
6   |
7   = note: this error originates in the macro `m` (in Nightly builds, run with -Z macro-backtrace for more info)
8
9error: aborting due to previous error
10
11