2018-10-20 15:36:17 -05:00
|
|
|
error: expected `;`, found `::`
|
2019-01-06 09:33:05 -06:00
|
|
|
--> $DIR/import-from-path.rs:2:15
|
2018-10-20 15:36:17 -05:00
|
|
|
|
|
|
|
|
LL | use foo::{bar}::baz
|
|
|
|
| ^^ expected `;`
|
2020-12-30 16:40:54 -06:00
|
|
|
|
|
|
|
|
= note: glob-like brace syntax must be last on the path
|
2018-10-20 15:36:17 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|