2018-10-20 23:36:17 +03:00
|
|
|
error: expected `;`, found `::`
|
2019-01-06 18:33:05 +03:00
|
|
|
--> $DIR/import-glob-path.rs:2:11
|
2018-10-20 23:36:17 +03:00
|
|
|
|
|
|
|
|
LL | use foo::*::bar
|
|
|
|
| ^^ expected `;`
|
2020-12-31 07:40:54 +09:00
|
|
|
|
|
|
|
|
= note: the wildcard token must be last on the path
|
2018-10-20 23:36:17 +03:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|