Skip to content

Commit 03468c2

Browse files
committed
Update ui test suite to nightly-2024-10-31
1 parent c8f5733 commit 03468c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/ui/delimiter-span.stderr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
error: no rules expected the token `{`
1+
error: no rules expected `{`
22
--> tests/ui/delimiter-span.rs:19:16
33
|
44
5 | macro_rules! picky {
@@ -9,7 +9,7 @@ error: no rules expected the token `{`
99
|
1010
= note: while trying to match sequence start
1111

12-
error: no rules expected the token `{`
12+
error: no rules expected `{`
1313
--> tests/ui/delimiter-span.rs:20:16
1414
|
1515
5 | macro_rules! picky {

0 commit comments

Comments
 (0)