]> git.lizzy.rs Git - rust.git/blob - src/test/ui/imports/import-prefix-macro-1.stderr
Sync portable-simd to rust-lang/portable-simd@72df4c45056a8bc0d1b3f06fdc828722177f0763
[rust.git] / src / test / ui / imports / import-prefix-macro-1.stderr
1 error: expected one of `::`, `;`, or `as`, found `{`
2   --> $DIR/import-prefix-macro-1.rs:11:27
3    |
4 LL |     ($p: path) => (use $p {S, Z});
5    |                           ^^^^^^ expected one of `::`, `;`, or `as`
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