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

9 lines
259 B
Plaintext
Raw Normal View History

2020-01-02 06:38:59 +00:00
error: `$crate` may not be imported
2019-06-12 15:18:32 +00:00
--> $DIR/import-crate-var.rs:7:5
2018-08-08 12:28:26 +00:00
|
LL | m!();
| ^^^^^
|
= 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 12:28:26 +00:00