mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 22:41:50 +00:00
11 lines
239 B
Plaintext
11 lines
239 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 previous error
|
|
|