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 238415d commit d5f59fbCopy full SHA for d5f59fb
tests/ui/no-impl.stderr
@@ -22,8 +22,8 @@ note: the traits `Into` and `std::fmt::Display` must be implemented
22
|
23
::: $RUST/core/src/convert/mod.rs
24
25
- | pub trait Into<T>: Sized {
26
- | ^^^^^^^^^^^^^^^^^^^^^^^^
+ | pub const trait Into<T>: Sized {
+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
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`
0 commit comments