rust/compiler/rustc_lint/src
Guillaume Gomez ec007845cf
Rollup merge of #79981 - camelid:overflowing_literals-inference-error, r=lcnr
Add 'consider using' message to overflowing_literals

Fixes #79744.

Ironically, the `overflowing_literals` handler for binary or hex already
had this message! You would think it would be the other way around :)

cc ```@scottmcm```
2021-02-17 20:37:48 +01:00
..
nonstandard_style
array_into_iter.rs
builtin.rs Only store a LocalDefId in hir::ForeignItem. 2021-02-15 19:32:29 +01:00
context.rs Add --extern-loc to augment unused crate dependency diagnostics 2021-02-07 14:54:20 -08:00
early.rs Really fix early lints inside an async desugaring 2021-02-03 10:05:58 +01:00
internal.rs Box the biggest ast::ItemKind variants 2021-02-01 09:23:39 +01:00
late.rs Index Modules using their LocalDefId. 2021-02-15 19:32:30 +01:00
levels.rs Only store a LocalDefId in hir::MacroDef. 2021-02-15 19:35:55 +01:00
lib.rs Add lint for panic!(123) which is not accepted in Rust 2021. 2021-02-03 22:42:53 +01:00
methods.rs
non_ascii_idents.rs
non_fmt_panic.rs Add lint for panic!(123) which is not accepted in Rust 2021. 2021-02-03 22:42:53 +01:00
nonstandard_style.rs review comments 2021-01-30 22:06:10 -08:00
passes.rs
redundant_semicolon.rs
traits.rs Only store a LocalDefId in hir::Item. 2021-02-15 19:32:10 +01:00
types.rs Rollup merge of #79981 - camelid:overflowing_literals-inference-error, r=lcnr 2021-02-17 20:37:48 +01:00
unused.rs Fix an old FIXME in redundant paren lint 2021-01-30 22:39:56 +03:00