Skip to content

Commit

Permalink
Update ui test suite to nightly-2022-12-15
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Dec 15, 2022
1 parent 0bac51f commit acecd9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ui/no-impl.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ error[E0599]: the method `anyhow_kind` exists for reference `&Error`, but its tr
which is required by `&Error: anyhow::kind::AdhocKind`
`&Error: Into<anyhow::Error>`
which is required by `&Error: anyhow::kind::TraitKind`
note: the following traits must be implemented
note: the traits `Into` and `std::fmt::Display` must be implemented
--> $RUST/core/src/fmt/mod.rs
|
| pub trait Display {
Expand Down

0 comments on commit acecd9b

Please sign in to comment.