mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-03 17:35:28 +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