rust/src/test/ui/imports/import-crate-var.stderr

11 lines
264 B
Plaintext
Raw Normal View History

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