mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-01 11:13:43 +00:00
9 lines
181 B
Plaintext
9 lines
181 B
Plaintext
error: suffixes on string literals are invalid
|
|
--> $DIR/lit-err-in-macro.rs:7:4
|
|
|
|
|
LL | f!("Foo"__);
|
|
| ^^^^^^^ invalid suffix `__`
|
|
|
|
error: aborting due to previous error
|
|
|