blob: d78f6de9222cf77657270a705895f520d7ff6bb5 [file] [log] [blame]
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