summaryrefslogtreecommitdiffstats
path: root/src/test/ui/imports/import-crate-var.stderr
blob: f1f1dfbdbdbfc32612c59963c53e2f9a3882e1d9 (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 previous error