Skip to content

Commit f2c4db9

Browse files
committed
Update ui test suite to nightly-2024-03-31
1 parent 028cbee commit f2c4db9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/ui/no-impl.stderr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ note: the traits `Into` and `std::fmt::Display` must be implemented
2727
= help: items from traits can only be used if the trait is implemented and in scope
2828
= note: the following traits define an item `anyhow_kind`, perhaps you need to implement one of them:
2929
candidate #1: `anyhow::kind::AdhocKind`
30-
candidate #2: `anyhow::kind::TraitKind`
31-
candidate #3: `anyhow::kind::BoxedKind`
30+
candidate #2: `anyhow::kind::BoxedKind`
31+
candidate #3: `anyhow::kind::TraitKind`
3232
= note: this error originates in the macro `anyhow` (in Nightly builds, run with -Z macro-backtrace for more info)

0 commit comments

Comments
 (0)