]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/import-from-rename.stderr
Account for ADT bodies and struct expressions
[rust.git] / src / test / ui / parser / import-from-rename.stderr
1 error: expected `;`, found keyword `as`
2   --> $DIR/import-from-rename.rs:3:16
3    |
4 LL | use foo::{bar} as baz;
5    |                ^^ expected `;`
6    |
7    = note: glob-like brace syntax must be last on the path
8
9 error: aborting due to previous error
10