mirror of
https://git.proxmox.com/git/rustc
synced 2025-07-16 21:29:46 +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
|
|
|