mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-23 15:45:23 +00:00
This splits up the cast.rs tests and enables rustfix tests for the part of the `unnecessary_cast` lint that emits `MachineApplicable` suggestions. cc #3630