mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-17 09:23:05 +00:00
9 lines
238 B
Plaintext
9 lines
238 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 1 previous error
|
|
|