Skip to content

Commit 852a78e

Browse files
committed
Auto merge of rust-lang#124902 - compiler-errors:mem-cat-but-better, r=lcnr
Fix MemCategorization and ExprUse visitors for new solver (this time it's better) Best reviewed by each commit. Supersedes rust-lang#124859. r? lcnr
2 parents d25cf6f + c697ec4 commit 852a78e

File tree

19 files changed

+1183
-1105
lines changed

19 files changed

+1183
-1105
lines changed

Diff for: compiler/rustc_hir_typeck/src/expr_use_visitor.rs

+1,101-249
Large diffs are not rendered by default.

Diff for: compiler/rustc_hir_typeck/src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ mod fallback;
3232
mod fn_ctxt;
3333
mod gather_locals;
3434
mod intrinsicck;
35-
mod mem_categorization;
3635
mod method;
3736
mod op;
3837
mod pat;

0 commit comments

Comments
 (0)