rust/compiler/rustc_ast_lowering/src
bors 2cd2070af7 Auto merge of #105160 - nnethercote:rm-Lit-token_lit, r=petrochenkov
Remove `token::Lit` from `ast::MetaItemLit`.

Currently `ast::MetaItemLit` represents the literal kind twice. This PR removes that redundancy. Best reviewed one commit at a time.

r? `@petrochenkov`
2022-12-12 05:16:50 +00:00
..
asm.rs Fill in def_span when creating def ids. 2022-12-01 10:33:28 +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 #105160 - nnethercote:rm-Lit-token_lit, r=petrochenkov 2022-12-12 05:16:50 +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 Simplify attribute handling in rustc_ast_lowering 2022-12-06 01:05:17 +00:00
lib.rs Auto merge of #105160 - nnethercote:rm-Lit-token_lit, r=petrochenkov 2022-12-12 05:16:50 +00: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 Add help for #![feature(impl_trait_in_fn_trait_return)] 2022-12-06 17:53:50 -08:00