2018-08-08 07:28:26 -05:00
|
|
|
warning: `$crate` may not be imported
|
2019-06-12 10:18:32 -05:00
|
|
|
--> $DIR/import-crate-var.rs:7:5
|
2018-08-08 07:28:26 -05:00
|
|
|
|
|
|
|
|
LL | m!();
|
|
|
|
| ^^^^^
|
|
|
|
|
|
|
|
|
= note: `use $crate;` was erroneously allowed and will become a hard error in a future release
|
2019-03-30 16:30:45 -05:00
|
|
|
= note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
|
2018-08-08 07:28:26 -05:00
|
|
|
|