rust/compiler/rustc_hir_analysis/src/check
Matthias Krüger 671a2f7d67
Rollup merge of #122719 - oli-obk:nested_static_feed_hir, r=fee1-dead
Ensure nested statics have a HIR node to prevent various queries from ICEing

fixes https://github.com/rust-lang/miri/issues/3389
2024-03-19 18:03:53 +01:00
..
compare_impl_item Rollup merge of #121720 - tmandry:split-refining, r=compiler-errors 2024-03-16 23:28:47 +01:00
check.rs Delay a bug for stranded opaques 2024-03-13 13:44:00 -04:00
compare_impl_item.rs Rollup merge of #122172 - compiler-errors:rpitit-collect-ice, r=fmease 2024-03-08 21:02:03 +01:00
dropck.rs Convert bugs back to delayed_bugs. 2024-02-21 10:35:54 +11:00
entry.rs hir: Remove opt_local_def_id_to_hir_id and opt_hir_node_by_def_id 2024-03-14 22:34:24 +03:00
errs.rs Rename hir::StmtKind::Local into hir::StmtKind::Let 2024-03-14 12:42:04 +01:00
intrinsic.rs Make ptr_guaranteed_cmp a rustc_intrinsic and favor its body over backends implementing it 2024-03-19 09:17:40 +00:00
intrinsicck.rs Add asm label support to AST and HIR 2024-02-24 18:49:39 +00:00
mod.rs Provide structured suggestion for #![feature(foo)] 2024-03-18 16:08:58 +00:00
region.rs Rename hir::StmtKind::Local into hir::StmtKind::Let 2024-03-14 12:42:04 +01:00
wfcheck.rs The AssocOpaqueTy HIR node is not actually needed to differentiate from other hir nodes that were fed 2024-03-19 08:37:53 +00:00