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