Skip to content

Commit e97b97e

Browse files
committed
bless no-patterns-in-args-2 ui test suit
1 parent acbebd8 commit e97b97e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/no-patterns-in-args-2.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ error: patterns aren't allowed in functions without bodies
88
--> $DIR/no-patterns-in-args-2.rs:4:11
99
|
1010
LL | fn f1(mut arg: u8);
11-
| ^^^^^^^
11+
| ^^^^^^^ help: remove `mut` from the parameter: `arg`
1212
|
1313
note: the lint level is defined here
1414
--> $DIR/no-patterns-in-args-2.rs:1:9

0 commit comments

Comments
 (0)