libsyntax: Make float literals not use @str
This commit is contained in:
committed by
Huon Wilson
parent
8d6ef2e1b1
commit
b496d7bec2
@@ -728,8 +728,8 @@ pub enum Lit_ {
|
||||
LitInt(i64, IntTy),
|
||||
LitUint(u64, UintTy),
|
||||
LitIntUnsuffixed(i64),
|
||||
LitFloat(@str, FloatTy),
|
||||
LitFloatUnsuffixed(@str),
|
||||
LitFloat(InternedString, FloatTy),
|
||||
LitFloatUnsuffixed(InternedString),
|
||||
LitNil,
|
||||
LitBool(bool),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user