Skip to content

Commit

Permalink
Auto merge of #124902 - compiler-errors:mem-cat-but-better, r=lcnr
Browse files Browse the repository at this point in the history
Fix MemCategorization and ExprUse visitors for new solver (this time it's better)

Best reviewed by each commit. Supersedes #124859.

r? lcnr
  • Loading branch information
bors committed May 12, 2024
2 parents d25cf6f + c697ec4 commit 852a78e
Show file tree
Hide file tree
Showing 19 changed files with 1,183 additions and 1,105 deletions.
1,350 changes: 1,101 additions & 249 deletions compiler/rustc_hir_typeck/src/expr_use_visitor.rs

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion compiler/rustc_hir_typeck/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ mod fallback;
mod fn_ctxt;
mod gather_locals;
mod intrinsicck;
mod mem_categorization;
mod method;
mod op;
mod pat;
Expand Down

0 comments on commit 852a78e

Please sign in to comment.