rust/compiler/rustc_hir_typeck/src
bors 0160bff4b1 Auto merge of #125084 - Jules-Bertholet:fix-125058, r=Nadrieril
`rustc_hir_typeck`: Account for `skipped_ref_pats` in `expr_use_visitor`

Fixes #125058

r? `@Nadrieril`

cc https://github.com/rust-lang/rust/issues/123076

`@rustbot` label A-edition-2024 A-patterns
2024-05-15 00:04:28 +00:00
..
fn_ctxt Don't do post-method-probe error reporting steps if we're in a suggestion 2024-05-13 22:05:11 -04:00
method Rollup merge of #125100 - compiler-errors:faster, r=nnethercote 2024-05-14 09:55:30 -04:00
_match.rs Use fewer origins when creating type variables. 2024-05-10 09:47:46 +10:00
autoderef.rs Use zip_eq to enforce that things being zipped have equal sizes 2024-01-14 20:01:12 +00:00
callee.rs Auto merge of #125076 - compiler-errors:alias-term, r=lcnr 2024-05-13 22:20:43 +00:00
cast.rs Rollup merge of #124997 - gurry:124848-ice-should-be-sized, r=Nadrieril 2024-05-13 21:14:15 -04:00
check.rs Remove glob imports for ObligationCauseCode 2024-05-10 10:42:56 -04:00
closure.rs Auto merge of #125076 - compiler-errors:alias-term, r=lcnr 2024-05-13 22:20:43 +00:00
coercion.rs Remove `extern crate rustc_middle` from `rustc_hir_typeck`. 2024-05-13 08:16:51 +10:00
demand.rs Don't do post-method-probe error reporting steps if we're in a suggestion 2024-05-13 22:05:11 -04:00
diverges.rs remove redundant imports 2023-12-10 10:56:22 +08:00
errors.rs Match ergonomics 2024: migration lint 2024-05-12 11:13:33 -04:00
expectation.rs Use fewer origins when creating type variables. 2024-05-10 09:47:46 +10:00
expr.rs Don't do post-method-probe error reporting steps if we're in a suggestion 2024-05-13 22:05:11 -04:00
expr_use_visitor.rs `rustc_hir_typeck`: Account for `skipped_ref_pats` in `expr_use_visitor` 2024-05-13 18:36:49 -04:00
fallback.rs Remove `extern crate rustc_middle` from `rustc_hir_typeck`. 2024-05-13 08:16:51 +10:00
gather_locals.rs Remove glob imports for ObligationCauseCode 2024-05-10 10:42:56 -04:00
intrinsicck.rs Remove `extern crate rustc_middle` from `rustc_hir_typeck`. 2024-05-13 08:16:51 +10:00
lib.rs Remove `extern crate rustc_middle` from `rustc_hir_typeck`. 2024-05-13 08:16:51 +10:00
op.rs Remove `extern crate rustc_middle` from `rustc_hir_typeck`. 2024-05-13 08:16:51 +10:00
pat.rs Auto merge of #124914 - nnethercote:rm-extern-crate-rustc_middle, r=saethlin 2024-05-13 00:13:34 +00:00
place_op.rs Remove `extern crate rustc_middle` from `rustc_hir_typeck`. 2024-05-13 08:16:51 +10:00
rvalue_scopes.rs Remove `extern crate rustc_middle` from `rustc_hir_typeck`. 2024-05-13 08:16:51 +10:00
typeck_root_ctxt.rs Remove `extern crate rustc_middle` from `rustc_hir_typeck`. 2024-05-13 08:16:51 +10:00
upvar.rs Remove `extern crate rustc_middle` from `rustc_hir_typeck`. 2024-05-13 08:16:51 +10:00
writeback.rs Auto merge of #124914 - nnethercote:rm-extern-crate-rustc_middle, r=saethlin 2024-05-13 00:13:34 +00:00