mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-21 03:10:38 +00:00
Closes rust-lang/rust-clippy#15163 This lint should not give suggestions in const context for now, since a lot of the commonly used method of `Result` is not const. changelog: [`cast_possible_truncation`] fix improperly give suggestions inside const context