mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-20 12:35:11 +00:00
9 lines
236 B
Plaintext
9 lines
236 B
Plaintext
error: expected one of `.`, `;`, `?`, `}`, or an operator, found `" "`
|
|
--> $DIR/issue-83639.rs:5:7
|
|
|
|
|
LL | """ "
|
|
| ^^^^^^ expected one of `.`, `;`, `?`, `}`, or an operator
|
|
|
|
error: aborting due to previous error
|
|
|