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 edd88d3 commit 78f2d81Copy full SHA for 78f2d81
tests/ui/no-impl.stderr
@@ -24,4 +24,9 @@ note: the traits `Into` and `std::fmt::Display` must be implemented
24
|
25
| pub trait Into<T>: Sized {
26
| ^^^^^^^^^^^^^^^^^^^^^^^^
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`
32
= note: this error originates in the macro `anyhow` (in Nightly builds, run with -Z macro-backtrace for more info)
0 commit comments