Skip to content

Commit 404df31

Browse files
committed
Update ui test
1 parent 2f97552 commit 404df31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/try-block/try-block-bad-type.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ LL | Err("")?;
66
|
77
= help: the following implementations were found:
88
<i32 as std::convert::From<bool>>
9-
<i32 as std::convert::From<core::num::NonZeroI32>>
109
<i32 as std::convert::From<i16>>
1110
<i32 as std::convert::From<i8>>
11+
<i32 as std::convert::From<std::num::NonZeroI32>>
1212
and 2 others
1313
= note: required by `std::convert::From::from`
1414

0 commit comments

Comments
 (0)