mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-06 04:06:31 +00:00

compiler: factor out `OVERFLOWING_LITERALS` impl This puts it into `rustc_lint/src/types/literal.rs`. It then uses the fact that it's easier to navigate the logic to identify something that can easily be factored out, as an instance of "why".