We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2233f17 commit c84e6e5Copy full SHA for c84e6e5
tests/ui/invalid_result_conversion.stderr
@@ -6,12 +6,12 @@ error[E0277]: the trait bound `PyErr: From<MyError>` is not satisfied
6
|
7
= help: the following other types implement trait `From<T>`:
8
`PyErr` implements `From<AddrParseError>`
9
+ `PyErr` implements `From<CastError<'_, '_>>`
10
+ `PyErr` implements `From<CastIntoError<'_>>`
11
`PyErr` implements `From<DecodeUtf16Error>`
12
`PyErr` implements `From<DowncastError<'_, '_>>`
13
`PyErr` implements `From<DowncastIntoError<'_>>`
14
`PyErr` implements `From<FromUtf16Error>`
15
`PyErr` implements `From<FromUtf8Error>`
- `PyErr` implements `From<Infallible>`
- `PyErr` implements `From<IntoInnerError<W>>`
16
and $N others
17
= note: required for `MyError` to implement `Into<PyErr>`
0 commit comments