Files
rust/src/tools
Matthias Krüger 85a9de5d51 Rollup merge of #136393 - oli-obk:pattern-type-lit-oflo-checks, r=compiler-errors
Fix accidentally not emitting overflowing literals lints anymore in patterns

This was regressed in https://github.com/rust-lang/rust/pull/134228 (not in beta yet).

The issue was that previously we nested `hir::Expr` inside `hir::PatKind::Lit`, so it was linted by the expression code.

So now I've set it up for visitors to be able to directly visit literals and get all literals
2025-02-06 13:09:59 +01:00
..
2025-02-01 16:26:46 -05:00
2024-12-30 14:56:21 +07:00
2024-12-31 12:33:36 +08:00
2025-01-28 11:01:48 -08:00
2025-01-09 16:56:50 +00:00
2024-12-30 21:43:22 +08:00