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
|
|
|