Skip to content

Commit

Permalink
Update ui test suite to nightly-2024-10-31
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Oct 31, 2024
1 parent c8f5733 commit 03468c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/ui/delimiter-span.stderr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
error: no rules expected the token `{`
error: no rules expected `{`
--> tests/ui/delimiter-span.rs:19:16
|
5 | macro_rules! picky {
Expand All @@ -9,7 +9,7 @@ error: no rules expected the token `{`
|
= note: while trying to match sequence start

error: no rules expected the token `{`
error: no rules expected `{`
--> tests/ui/delimiter-span.rs:20:16
|
5 | macro_rules! picky {
Expand Down

0 comments on commit 03468c2

Please sign in to comment.