rust/compiler/rustc_parse
bors bebd57a960 Auto merge of #102944 - nnethercote:ast-Lit-third-time-lucky, r=petrochenkov
Use `token::Lit` in `ast::ExprKind::Lit`.

Instead of `ast::Lit`.

Literal lowering now happens at two different times. Expression literals are lowered when HIR is crated. Attribute literals are lowered during parsing.

r? `@petrochenkov`
2022-11-16 23:03:14 +00:00
..
src Auto merge of #102944 - nnethercote:ast-Lit-third-time-lucky, r=petrochenkov 2022-11-16 23:03:14 +00:00
Cargo.toml Remove from compiler/ crates 2022-09-29 16:49:04 +09:00