blob: f70c3b2e870762c1a093bda1080bd3539a15fed8 [file] [log] [blame]
error: expected `;`, found `::`
--> $DIR/import-from-path.rs:1:15
|
LL | use foo::{bar}::baz
| ^^ expected `;`
|
= note: glob-like brace syntax must be last on the path
error: aborting due to 1 previous error