9 lines
180 B
Plaintext
9 lines
180 B
Plaintext
|
error: expected `;`, found `as`
|
||
|
--> $DIR/import-from-rename.rs:15:16
|
||
|
|
|
||
|
LL | use foo::{bar} as baz;
|
||
|
| ^^ expected `;`
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|