blob: 93bdf82d0f576c00c9c6895412f467deeb5dbf6b (
plain)
1
2
3
4
5
6
7
8
9
10
|
error: expected `;`, found `::`
--> $DIR/import-from-path.rs:2:15
|
LL | use foo::{bar}::baz
| ^^ expected `;`
|
= note: glob-like brace syntax must be last on the path
error: aborting due to previous error
|