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