blob: a966e9937373a79a8391e013e8c6c7f4d36b15f1 [file] [log] [blame]
error: expected `;`, found keyword `as`
--> $DIR/import-from-rename.rs:3:16
|
LL | use foo::{bar} as baz;
| ^^ expected `;`
error: aborting due to previous error