rust/compiler/rustc_mir_build
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
..
src Auto merge of #134248 - oli-obk:patkind-path-removal, r=BoxyUwU 2025-01-29 19:16:29 +00:00
Cargo.toml mir_build: check annotated functions w/out callers 2025-01-10 18:37:57 +00:00
messages.ftl Use short ty string for move errors 2025-01-24 18:12:56 +00:00