summaryrefslogtreecommitdiffstats
path: root/tests/ui/imports/import-prefix-macro-2.stderr
blob: 23f8d57645d18dce34c670e50766a46e98a6b80c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
error: expected identifier, found `a::b::c`
  --> $DIR/import-prefix-macro-2.rs:11:26
   |
LL |     ($p: path) => (use ::$p {S, Z});
   |                          ^^ expected identifier
...
LL | import! { a::b::c }
   | ------------------- in this macro invocation
   |
   = note: this error originates in the macro `import` (in Nightly builds, run with -Z macro-backtrace for more info)

error: aborting due to previous error