mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-19 21:30:34 +00:00
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