Skip to content

Commit

Permalink
Update ui test suite to nightly-2024-03-31
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Mar 31, 2024
1 parent 028cbee commit f2c4db9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/ui/no-impl.stderr
Expand Up @@ -27,6 +27,6 @@ note: the traits `Into` and `std::fmt::Display` must be implemented
= 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`
candidate #2: `anyhow::kind::BoxedKind`
candidate #3: `anyhow::kind::TraitKind`
= note: this error originates in the macro `anyhow` (in Nightly builds, run with -Z macro-backtrace for more info)

0 comments on commit f2c4db9

Please sign in to comment.