rust/compiler/rustc_ast_lowering/src
bors fa521a4691 Auto merge of #101688 - cjgillot:verify-hir-parent, r=petrochenkov
Assert that HIR nodes are not their own parent.

Fixes https://github.com/rust-lang/rust/issues/101505.
Replaces #101513

r? `@petrochenkov` `@nnethercote`
2022-09-12 00:41:56 +00:00
..
asm.rs Pass ImplTraitContext as &mut to avoid the need of ImplTraitContext::reborrow later on 2022-09-06 15:22:16 -03:00
block.rs Pass ImplTraitContext as &mut to avoid the need of ImplTraitContext::reborrow later on 2022-09-06 15:22:16 -03:00
errors.rs Make async fn in traits work 2022-09-09 01:31:45 +00:00
expr.rs Make async fn in traits work 2022-09-09 01:31:45 +00:00
index.rs Assert that HIR nodes are not their own parent. 2022-09-11 20:12:51 +02:00
item.rs Address rebase issues, make async fn in trait work 2022-09-09 01:31:45 +00:00
lib.rs Auto merge of #101688 - cjgillot:verify-hir-parent, r=petrochenkov 2022-09-12 00:41:56 +00:00
lifetime_collector.rs Simplify rustc_ast::visit::Visitor::visit_poly_trait_ref. 2022-08-11 11:10:01 +10:00
pat.rs Introduce DotDotPos. 2022-09-08 15:25:50 +10:00
path.rs Pass ImplTraitContext as &mut to avoid the need of ImplTraitContext::reborrow later on 2022-09-06 15:22:16 -03:00