mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 07:22:42 +00:00
9 lines
172 B
Plaintext
9 lines
172 B
Plaintext
|
error: expected `;`, found `as`
|
||
|
--> $DIR/import-glob-rename.rs:15:12
|
||
|
|
|
||
|
LL | use foo::* as baz;
|
||
|
| ^^ expected `;`
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|