2020-01-02 00:38:59 -06:00
|
|
|
error: `$crate` may not be imported
|
2020-01-03 03:50:12 -06:00
|
|
|
--> $DIR/import-crate-var.rs:6:5
|
2018-08-08 07:28:26 -05:00
|
|
|
|
|
|
|
|
LL | m!();
|
2021-10-14 13:28:28 -05:00
|
|
|
| ^^^^
|
2018-08-08 07:28:26 -05:00
|
|
|
|
|
2021-02-13 13:52:25 -06:00
|
|
|
= note: this error originates in the macro `m` (in Nightly builds, run with -Z macro-backtrace for more info)
|
2018-08-08 07:28:26 -05:00
|
|
|
|
2020-01-03 03:50:12 -06:00
|
|
|
error: aborting due to previous error
|
2020-01-03 03:25:49 -06:00
|
|
|
|