blob: 573614a5e995ae2fe388ae5b7f308df28ceaed3c [file] [log] [blame] [edit]
error: expected one of `::`, `;`, or `as`, found `.`
--> $DIR/issue-33455.rs:1:8
|
LL | use foo.bar;
| ^ expected one of `::`, `;`, or `as`
error: aborting due to 1 previous error