1
Fork 0

Rollup merge of #23494 - mdinger:patch-1, r=steveklabnik

Typo
This commit is contained in:
Manish Goregaokar 2015-03-19 06:09:43 +05:30
commit 288acc755f

View file

@ -1155,7 +1155,7 @@ pub enum Lit_ {
LitByte(u8), LitByte(u8),
/// A character literal (`'a'`) /// A character literal (`'a'`)
LitChar(char), LitChar(char),
/// An integer liteal (`1u8`) /// An integer literal (`1u8`)
LitInt(u64, LitIntType), LitInt(u64, LitIntType),
/// A float literal (`1f64` or `1E10f64`) /// A float literal (`1f64` or `1E10f64`)
LitFloat(InternedString, FloatTy), LitFloat(InternedString, FloatTy),