mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-24 07:44:10 +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
|
|
|