rust/compiler/rustc_hir_analysis/src/check
bors 8424f8e8cd Auto merge of #120089 - matthiaskrgr:rollup-xyfqrb5, r=matthiaskrgr
Rollup of 8 pull requests

Successful merges:

 - #119172 (Detect `NulInCStr` error earlier.)
 - #119833 (Make tcx optional from StableMIR run macro and extend it to accept closures)
 - #119967 (Add `PatKind::Err` to AST/HIR)
 - #119978 (Move async closure parameters into the resultant closure's future eagerly)
 - #120021 (don't store const var origins for known vars)
 - #120038 (Don't create a separate "basename" when naming and opening a MIR dump file)
 - #120057 (Don't ICE when deducing future output if other errors already occurred)
 - #120073 (Remove spastorino from users_on_vacation)

r? `@ghost`
`@rustbot` modify labels: rollup
2024-01-18 16:39:32 +00:00
..
compare_impl_item Add -Zno-implied-bounds-compat option and use it 2024-01-17 21:27:34 -05:00
check.rs Add -Zno-implied-bounds-compat option and use it 2024-01-17 21:27:34 -05:00
compare_impl_item.rs Add -Zno-implied-bounds-compat option and use it 2024-01-17 21:27:34 -05:00
dropck.rs Rename consuming chaining methods on DiagnosticBuilder. 2024-01-10 07:40:00 +11:00
entry.rs Merge check_for_entry_fn fully into check_mod_type_wf 2024-01-02 14:17:56 +00:00
errs.rs Disallow reference to static mut for statements 2024-01-06 06:31:35 +03:00
intrinsic.rs Rename consuming chaining methods on DiagnosticBuilder. 2024-01-10 07:40:00 +11:00
intrinsicck.rs Rename consuming chaining methods on DiagnosticBuilder. 2024-01-10 07:40:00 +11:00
mod.rs Add check for ui_testing via promoting parameters from ParseSess to Session 2024-01-13 12:11:13 -05:00
region.rs Add PatKind::Err 2024-01-17 03:14:16 +01:00
wfcheck.rs Add -Zno-implied-bounds-compat option and use it 2024-01-17 21:27:34 -05:00