Skip to content

Commit

Permalink
Update ui test suite to nightly-2024-01-31
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jan 31, 2024
1 parent 71ab53d commit edd88d3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests/ui/no-impl.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@ error[E0599]: the method `anyhow_kind` exists for reference `&Error`, but its tr
--> tests/ui/no-impl.rs:7:13
|
4 | struct Error;
| ------------
| |
| doesn't satisfy `Error: Into<anyhow::Error>`
| doesn't satisfy `Error: anyhow::kind::TraitKind`
| doesn't satisfy `Error: std::fmt::Display`
| ------------ doesn't satisfy `Error: Into<anyhow::Error>`, `Error: anyhow::kind::TraitKind` or `Error: std::fmt::Display`
...
7 | let _ = anyhow!(Error);
| ^^^^^^^^^^^^^^ method cannot be called on `&Error` due to unsatisfied trait bounds
Expand Down

0 comments on commit edd88d3

Please sign in to comment.