2018-10-28 16:05:07 -07:00
|
|
|
error: expected `;`, found keyword `as`
|
2019-01-06 18:33:05 +03:00
|
|
|
--> $DIR/import-from-rename.rs:3:16
|
2018-10-20 23:36:17 +03:00
|
|
|
|
|
|
|
|
LL | use foo::{bar} as baz;
|
|
|
|
| ^^ expected `;`
|
2020-12-31 07:40:54 +09:00
|
|
|
|
|
|
|
|
= note: glob-like brace syntax must be last on the path
|
2018-10-20 23:36:17 +03:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|