mirror of
https://git.proxmox.com/git/rustc
synced 2026-03-28 15:04:53 +00:00
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
|
|
|