mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
11 lines
251 B
Plaintext
11 lines
251 B
Plaintext
error: expected `;`, found keyword `as`
|
|
--> $DIR/import-from-rename.rs:3:16
|
|
|
|
|
LL | use foo::{bar} as baz;
|
|
| ^^ expected `;`
|
|
|
|
|
= note: glob-like brace syntax must be last on the path
|
|
|
|
error: aborting due to previous error
|
|
|