Skip to content

Commit 2d889a9

Browse files
Fix test file
1 parent 71c893d commit 2d889a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/cast/ice-cast-type-with-error-124848.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ error[E0061]: this struct takes 2 arguments but 1 argument was supplied
3939
--> $DIR/ice-cast-type-with-error-124848.rs:12:24
4040
|
4141
LL | let mut unpinned = MyType(Cell::new(None));
42-
| ^^^^^^----------------- an argument is missing
42+
| ^^^^^^----------------- #2 argument is missing
4343
|
4444
note: tuple struct defined here
4545
--> $DIR/ice-cast-type-with-error-124848.rs:7:8

0 commit comments

Comments
 (0)