mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 14:52:56 +03:00
315296b0b9
std: explain prefer `TryInto` over `TryFrom` when specifying traits bounds on generic function Fixes #140761 This PR keeps the explanations of `Into` and `From` consistent and adds explanations for `TryInto` and `TryFrom`. r? libs