Skip to content

Commit 661083c

Browse files
committed
re-bless tests
1 parent 524b3bb commit 661083c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/type/type-check/issue-116967-cannot-coerce-returned-result.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
error[E0308]: mismatched types
2-
--> $DIR/issue-116967-cannot-coerce-return-value.rs:3:5
2+
--> $DIR/issue-116967-cannot-coerce-returned-result.rs:3:5
33
|
44
LL | fn foo() -> Result<String, ()> {
55
| ------------------ expected `Result<String, ()>` because of return type

0 commit comments

Comments
 (0)