Skip to content

Commit

Permalink
update one more ui test
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoldbaum committed Jan 9, 2025
1 parent 8a04b7b commit 2986334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ui/invalid_result_conversion.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ error[E0277]: the trait bound `PyErr: From<MyError>` is not satisfied
--> tests/ui/invalid_result_conversion.rs:22:25
|
22 | fn should_not_work() -> Result<(), MyError> {
| ^^^^^^ the trait `From<MyError>` is not implemented for `PyErr`, which is required by `MyError: Into<PyErr>`
| ^^^^^^ the trait `From<MyError>` is not implemented for `PyErr`
|
= help: the following other types implement trait `From<T>`:
`PyErr` implements `From<AddrParseError>`
Expand Down

0 comments on commit 2986334

Please sign in to comment.