mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00:00
11 lines
225 B
Plaintext
11 lines
225 B
Plaintext
error: expected `;`, found `::`
|
|
--> $DIR/import-glob-path.rs:2:11
|
|
|
|
|
LL | use foo::*::bar
|
|
| ^^ expected `;`
|
|
|
|
|
= note: the wildcard token must be last on the path
|
|
|
|
error: aborting due to previous error
|
|
|