]> git.lizzy.rs Git - rust.git/blob - src/test/ui/imports/import-prefix-macro-2.stderr
Sync portable-simd to rust-lang/portable-simd@72df4c45056a8bc0d1b3f06fdc828722177f0763
[rust.git] / src / test / ui / imports / import-prefix-macro-2.stderr
1 error: expected identifier, found `a::b::c`
2   --> $DIR/import-prefix-macro-2.rs:11:26
3    |
4 LL |     ($p: path) => (use ::$p {S, Z});
5    |                          ^^ expected identifier
6 ...
7 LL | import! { a::b::c }
8    | ------------------- in this macro invocation
9    |
10    = note: this error originates in the macro `import` (in Nightly builds, run with -Z macro-backtrace for more info)
11
12 error: aborting due to previous error
13