summaryrefslogtreecommitdiffstats
path: root/tests/ui/imports/import-crate-var.stderr
blob: 41a8772d28fa57b8a2e0d5e4df1927493d1ecd72 (plain)
1
2
3
4
5
6
7
8
9
10
error: `$crate` may not be imported
  --> $DIR/import-crate-var.rs:6:5
   |
LL |     m!();
   |     ^^^^
   |
   = note: this error originates in the macro `m` (in Nightly builds, run with -Z macro-backtrace for more info)

error: aborting due to 1 previous error