mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
79ef13592e
Added some more cases to the test, and implemented a new lint, cast_possible_wrap, triggered when casting from an unsigned type to a signed type of the same size.