Skip to content

Commit 74abdbd

Browse files
committed
Auto merge of #124902 - compiler-errors:mem-cat-but-better, r=<try>
Fix MemCategorization and ExprUse visitors for new solver (this time it's better) Best reviewed by each commit. Supersedes #124859. r? lcnr
2 parents e3029d2 + 8b060ab commit 74abdbd

File tree

14 files changed

+989
-1010
lines changed

14 files changed

+989
-1010
lines changed

compiler/rustc_hir_typeck/src/expr_use_visitor.rs

+952-170
Large diffs are not rendered by default.

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)