]> git.lizzy.rs Git - rust.git/blob - tests/ui/imports/import-crate-var.stderr
Rollup merge of #106958 - jyn514:labels, r=m-ou-se
[rust.git] / tests / ui / imports / import-crate-var.stderr
1 error: `$crate` may not be imported
2   --> $DIR/import-crate-var.rs:6:5
3    |
4 LL |     m!();
5    |     ^^^^
6    |
7    = note: this error originates in the macro `m` (in Nightly builds, run with -Z macro-backtrace for more info)
8
9 error: aborting due to previous error
10