Skip to content

Commit c84e6e5

Browse files
committed
tests/ui: rere invalid_result_conversion
1 parent 2233f17 commit c84e6e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/ui/invalid_result_conversion.stderr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ error[E0277]: the trait bound `PyErr: From<MyError>` is not satisfied
66
|
77
= help: the following other types implement trait `From<T>`:
88
`PyErr` implements `From<AddrParseError>`
9+
`PyErr` implements `From<CastError<'_, '_>>`
10+
`PyErr` implements `From<CastIntoError<'_>>`
911
`PyErr` implements `From<DecodeUtf16Error>`
1012
`PyErr` implements `From<DowncastError<'_, '_>>`
1113
`PyErr` implements `From<DowncastIntoError<'_>>`
1214
`PyErr` implements `From<FromUtf16Error>`
1315
`PyErr` implements `From<FromUtf8Error>`
14-
`PyErr` implements `From<Infallible>`
15-
`PyErr` implements `From<IntoInnerError<W>>`
1616
and $N others
1717
= note: required for `MyError` to implement `Into<PyErr>`

0 commit comments

Comments
 (0)