We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 028cbee commit f2c4db9Copy full SHA for f2c4db9
tests/ui/no-impl.stderr
@@ -27,6 +27,6 @@ note: the traits `Into` and `std::fmt::Display` must be implemented
27
= help: items from traits can only be used if the trait is implemented and in scope
28
= note: the following traits define an item `anyhow_kind`, perhaps you need to implement one of them:
29
candidate #1: `anyhow::kind::AdhocKind`
30
- candidate #2: `anyhow::kind::TraitKind`
31
- candidate #3: `anyhow::kind::BoxedKind`
+ candidate #2: `anyhow::kind::BoxedKind`
+ candidate #3: `anyhow::kind::TraitKind`
32
= note: this error originates in the macro `anyhow` (in Nightly builds, run with -Z macro-backtrace for more info)
0 commit comments