rust/compiler/rustc_ast_lowering/src
bors c372b14701 Auto merge of #104947 - cjgillot:verify-hir-nest, r=oli-obk
Verify that HIR parenting and Def parenting match.

This relationship is relied upon for `tcx.hir_owner_parent` query to return an accurate result.
2022-11-29 10:34:19 +00:00
..
asm.rs `rustc_ast_lowering`: remove `ref` patterns 2022-11-22 18:49:29 +00:00
block.rs `rustc_ast_lowering`: remove `ref` patterns 2022-11-22 18:49:29 +00:00
errors.rs Convert all #[suggestion_*] attributes to #[suggestion(style = "...")] 2022-10-26 15:04:09 +02:00
expr.rs Auto merge of #104048 - cjgillot:split-lifetime, r=compiler-errors 2022-11-27 14:30:19 +00:00
index.rs Auto merge of #104947 - cjgillot:verify-hir-nest, r=oli-obk 2022-11-29 10:34:19 +00:00
item.rs Record in HIR whether lifetime elision was succesful. 2022-11-24 17:48:27 +00:00
lib.rs Rename `ast::Lit` as `ast::MetaItemLit`. 2022-11-28 15:18:49 +11:00
lifetime_collector.rs Remove `path_span` argument to the `visit_path_segment` methods. 2022-09-12 13:24:25 +10:00
pat.rs `rustc_ast_lowering`: remove `ref` patterns 2022-11-22 18:49:29 +00:00
path.rs Use kw::Empty for elided lifetimes in path. 2022-11-24 17:48:59 +00:00