Closed
Description
Noticed in Crater, seems like it's probably a regression but just in quality (this is entirely new AFAICT):
[INFO] [stderr] note: the requirement `_ <: _` appears on the `impl`'s method `try_from` but not on the corresponding trait's method
[INFO] [stderr] --> $RUST/core/src/convert/mod.rs
[INFO] [stderr] |
[INFO] [stderr] = note: in this trait
[INFO] [stderr] ::: $RUST/core/src/convert/mod.rs
[INFO] [stderr] |
[INFO] [stderr] = note: this trait's method doesn't have the requirement `_ <: _`
Saying that "_ <: _" is probably useless to 99% of readers, and <:
in general feels a bit internal-y to me?