rust/src/test/ui/parser/import-from-path.stderr

9 lines
173 B
Plaintext

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