We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f97552 commit 404df31Copy full SHA for 404df31
src/test/ui/try-block/try-block-bad-type.stderr
@@ -6,9 +6,9 @@ LL | Err("")?;
6
|
7
= help: the following implementations were found:
8
<i32 as std::convert::From<bool>>
9
- <i32 as std::convert::From<core::num::NonZeroI32>>
10
<i32 as std::convert::From<i16>>
11
<i32 as std::convert::From<i8>>
+ <i32 as std::convert::From<std::num::NonZeroI32>>
12
and 2 others
13
= note: required by `std::convert::From::from`
14
0 commit comments