mirror of
https://git.proxmox.com/git/rustc
synced 2026-03-27 19:28:02 +00:00
9 lines
195 B
Plaintext
9 lines
195 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 previous error
|
|
|