Skip to content

Commit

Permalink
Update ui test suite to nightly-2024-02-08
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Feb 8, 2024
1 parent edd88d3 commit 78f2d81
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/ui/no-impl.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,9 @@ note: the traits `Into` and `std::fmt::Display` must be implemented
|
| pub trait Into<T>: Sized {
| ^^^^^^^^^^^^^^^^^^^^^^^^
= help: items from traits can only be used if the trait is implemented and in scope
= note: the following traits define an item `anyhow_kind`, perhaps you need to implement one of them:
candidate #1: `anyhow::kind::AdhocKind`
candidate #2: `anyhow::kind::TraitKind`
candidate #3: `anyhow::kind::BoxedKind`
= note: this error originates in the macro `anyhow` (in Nightly builds, run with -Z macro-backtrace for more info)

0 comments on commit 78f2d81

Please sign in to comment.