rust/tests/ui/parser/lit-err-in-macro.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
183 B
Plaintext
Raw Normal View History

2023-06-14 20:55:30 -05:00
error: suffixes on string literals are invalid
--> $DIR/lit-err-in-macro.rs:7:4
|
LL | f!("Foo"__);
| ^^^^^^^ invalid suffix `__`
error: aborting due to 1 previous error
2023-06-14 20:55:30 -05:00