41e8d152dc
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
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
|
|
|