Skip to content

Commit 5656a41

Browse files
committed
Bless tests
1 parent 5bef429 commit 5656a41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/test/ui/parser/issue-66357-unexpected-unreachable.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313

1414
fn f() { |[](* }
1515
//~^ ERROR expected one of `,` or `:`, found `(`
16-
//~| ERROR expected one of `&`, `(`, `)`, `-`, `...`, `..=`, `..`, `[`, `_`, `box`, `const`, `mut`, `ref`, `|`, identifier, or path, found `*`
16+
//~| ERROR expected one of `&`, `(`, `)`, `-`, `...`, `..=`, `..`, `[`, `_`, `box`, `mut`, `ref`, `|`, identifier, or path, found `*`

src/test/ui/parser/issue-66357-unexpected-unreachable.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ error: expected one of `,` or `:`, found `(`
44
LL | fn f() { |[](* }
55
| ^ expected one of `,` or `:`
66

7-
error: expected one of `&`, `(`, `)`, `-`, `...`, `..=`, `..`, `[`, `_`, `box`, `const`, `mut`, `ref`, `|`, identifier, or path, found `*`
7+
error: expected one of `&`, `(`, `)`, `-`, `...`, `..=`, `..`, `[`, `_`, `box`, `mut`, `ref`, `|`, identifier, or path, found `*`
88
--> $DIR/issue-66357-unexpected-unreachable.rs:14:14
99
|
1010
LL | fn f() { |[](* }

0 commit comments

Comments
 (0)