Skip to content

Commit

Permalink
Update ui test suite to nightly-2023-03-24
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Mar 24, 2023
1 parent 8885e76 commit a65b7e8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/ui/invalid-ident.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ error: expected identifier, found `0f`
5 | | }
| |_^ expected identifier
|
= help: identifiers cannot start with a number
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
Expand Down

0 comments on commit a65b7e8

Please sign in to comment.