2018-10-28 18:05:07 -05:00
|
|
|
error: expected `;`, found keyword `as`
|
2019-01-06 09:33:05 -06:00
|
|
|
--> $DIR/import-glob-rename.rs:3:12
|
2018-10-20 15:36:17 -05:00
|
|
|
|
|
|
|
|
LL | use foo::* as baz;
|
|
|
|
| ^^ expected `;`
|
2020-12-30 16:40:54 -06:00
|
|
|
|
|
|
|
|
= note: the wildcard token must be last on the path
|
2018-10-20 15:36:17 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|