rust/compiler/rustc_hir_analysis/src/check
bors fe61575228 Auto merge of #120943 - petrochenkov:somehir3, r=oli-obk
Create some minimal HIR for associated opaque types

`LocalDefId`s for opaque types in traits and impls are created after AST -> HIR lowering, so they don't have corresponding HIR and return their various properties through fed queries.

In this PR I also feed some core HIR-related queries for these `LocalDefId`s (which happen to be HIR owners).
As a result all `LocalDefId`s now have corresponding `HirId`s and HIR nodes, and "optional" methods like `opt_local_def_id_to_hir_id` and `opt_hir_node_by_def_id` can be removed.

Follow up to https://github.com/rust-lang/rust/pull/120206.
2024-03-14 14:28:58 +00:00
..
compare_impl_item Convert TypeVisitor and DefIdVisitor to use VisitorResult 2024-03-05 13:28:15 -05: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 fn opt_hir_id and fn opt_span 2024-02-07 09:38:24 +03:00
errs.rs s/mt/mutability/ 2024-03-12 05:53:46 +00:00
intrinsic.rs Auto merge of #121662 - saethlin:precondition-unification, r=RalfJung 2024-03-10 01:23:54 +00:00
intrinsicck.rs Add asm label support to AST and HIR 2024-02-24 18:49:39 +00:00
mod.rs Rename DiagnosticBuilder as Diag. 2024-02-28 08:55:35 +11:00
region.rs Move visitor utils to rustc_ast_ir 2024-03-05 12:38:03 -05:00
wfcheck.rs Create some minimal HIR for associated opaque types 2024-03-13 17:33:09 +03:00