Skip to content

Commit

Permalink
Auto merge of rust-lang#124902 - compiler-errors:mem-cat-but-better, …
Browse files Browse the repository at this point in the history
…r=<try>

Fix MemCategorization and ExprUse visitors for new solver (this time it's better)

Best reviewed by each commit. Supersedes rust-lang#124859.

r? lcnr
  • Loading branch information
bors committed May 8, 2024
2 parents e3029d2 + 8b060ab commit 74abdbd
Show file tree
Hide file tree
Showing 14 changed files with 989 additions and 1,010 deletions.
1,122 changes: 952 additions & 170 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 74abdbd

Please sign in to comment.