mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 15:23:46 +00:00
70be5cef69
Make more traits of the From/Into family diagnostic items Following traits are now diagnostic items: - `From` (unchanged) - `Into` - `TryFrom` - `TryInto` This also adds symbols for those items: - `into_trait` - `try_from_trait` - `try_into_trait` Related: https://github.com/rust-lang/rust-clippy/pull/6620#discussion_r562482587 |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |