Merge remote-tracking branch 'erickt/rustup'
This commit is contained in:
@@ -989,7 +989,7 @@ impl LitIntType {
|
||||
#[deriving(Clone, PartialEq, Eq, RustcEncodable, RustcDecodable, Hash, Show)]
|
||||
pub enum Lit_ {
|
||||
LitStr(InternedString, StrStyle),
|
||||
LitBinary(Rc<Vec<u8> >),
|
||||
LitBinary(Rc<Vec<u8>>),
|
||||
LitByte(u8),
|
||||
LitChar(char),
|
||||
LitInt(u64, LitIntType),
|
||||
|
||||
Reference in New Issue
Block a user