Vendor things
This commit is contained in:
parent
5deceec006
commit
977e3c17e5
19434 changed files with 10682014 additions and 0 deletions
26
third-party/vendor/paste/tests/ui/invalid-ident.stderr
vendored
Normal file
26
third-party/vendor/paste/tests/ui/invalid-ident.stderr
vendored
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
error: expected identifier, found `0f`
|
||||
--> tests/ui/invalid-ident.rs:3:1
|
||||
|
|
||||
3 | / paste! {
|
||||
4 | | fn [<0 f>]() {}
|
||||
5 | | }
|
||||
| |_^ expected identifier
|
||||
|
|
||||
help: identifiers cannot start with a number
|
||||
--> tests/ui/invalid-ident.rs:3:1
|
||||
|
|
||||
3 | paste! {
|
||||
| ^
|
||||
= 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 "'">]() {}
|
||||
| ^^^^^^^^^
|
||||
Loading…
Add table
Add a link
Reference in a new issue