Skip to content

Commit

Permalink
Auto merge of rust-lang#102944 - nnethercote:ast-Lit-third-time-lucky…
Browse files Browse the repository at this point in the history
…, 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`
  • Loading branch information
bors committed Nov 16, 2022
2 parents a424a81 + eff09e7 commit e9693fe
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit e9693fe

Please sign in to comment.