rust/compiler/rustc_lint
Matthias Krüger 5770ba8686
Rollup merge of #130646 - workingjubilee:literally-factorize-int-lint, r=compiler-errors
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".
2024-09-21 07:22:50 +02:00
..
src Rollup merge of #130646 - workingjubilee:literally-factorize-int-lint, r=compiler-errors 2024-09-21 07:22:50 +02:00
Cargo.toml non_local_defs: point to Self and Trait to give more context 2024-05-27 23:59:18 +02:00
messages.ftl Rollup merge of #130598 - gurry:130310-improper-types-stack-overflow, r=compiler-errors 2024-09-21 07:22:47 +02:00