blob: 4c358a81cc1a451f10775457142b398b51161e5d [file] [log] [blame]
warning: `$crate` may not be imported
--> $DIR/import-crate-var.rs:9:5
|
LL | m!();
| ^^^^^
|
= note: `use $crate;` was erroneously allowed and will become a hard error in a future release
= note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)