rust/compiler/rustc_mir_build/src
bors ae5de6c759 Auto merge of #134248 - oli-obk:patkind-path-removal, r=BoxyUwU
Merge `PatKind::Path` into `PatKind::Expr`

Follow-up to #134228

We always had a duplication where `Path`s could be represented as `PatKind::Path` or `PatKind::Lit(ExprKind::Path)`. We had to handle both everywhere, and still do after #134228, so I'm removing it now.
2025-01-29 19:16:29 +00:00
..
builder Rollup merge of #136121 - oli-obk:push-zzvxlynmnqpp, r=estebank 2025-01-29 06:03:20 +01:00
thir Eliminate PatKind::Path 2025-01-29 15:45:13 +00:00
check_tail_calls.rs Fix typos 2024-12-27 21:35:57 +08:00
check_unsafety.rs Run clippy --fix for unnecessary_map_or lint 2025-01-19 19:15:00 +00:00
errors.rs Use identifiers in diagnostics more often 2025-01-27 01:23:34 +00:00
lib.rs Consolidate ad-hoc MIR lints into real pass-manager-based MIR lints 2025-01-18 21:25:47 +00:00