41e8d152dc
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
9 lines
197 B
Plaintext
9 lines
197 B
Plaintext
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
|
|
|