1
0
Fork 0
firefox/third_party/rust/paste/tests/ui/invalid-ident.stderr
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

21 lines
535 B
Text

error: expected identifier, found `0f`
--> tests/ui/invalid-ident.rs:3:1
|
3 | / paste! {
4 | | fn [<0 f>]() {}
5 | | }
| |_^ expected identifier
|
= note: this error originates in the macro `paste` (in Nightly builds, run with -Z macro-backtrace for more info)
error: `"f\""` is not a valid identifier
--> tests/ui/invalid-ident.rs:8:8
|
8 | fn [<f '"'>]() {}
| ^^^^^^^^^
error: `"f'"` is not a valid identifier
--> tests/ui/invalid-ident.rs:12:8
|
12 | fn [<f "'">]() {}
| ^^^^^^^^^