Update ast.rs
Typo
This commit is contained in:
parent
12cb7c6a28
commit
835c9bbbf0
1 changed files with 1 additions and 1 deletions
|
|
@ -1155,7 +1155,7 @@ pub enum Lit_ {
|
|||
LitByte(u8),
|
||||
/// A character literal (`'a'`)
|
||||
LitChar(char),
|
||||
/// An integer liteal (`1u8`)
|
||||
/// An integer literal (`1u8`)
|
||||
LitInt(u64, LitIntType),
|
||||
/// A float literal (`1f64` or `1E10f64`)
|
||||
LitFloat(InternedString, FloatTy),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue