rust/tests/ui/parser/import-glob-rename.stderr

11 lines
241 B
Plaintext

error: expected `;`, found keyword `as`
--> $DIR/import-glob-rename.rs:3:12
|
LL | use foo::* as baz;
| ^^ expected `;`
|
= note: the wildcard token must be last on the path
error: aborting due to 1 previous error