Merge remote-tracking branch 'erickt/rustup'

This commit is contained in:
Brian Anderson
2015-01-02 13:15:09 -08:00
2 changed files with 124 additions and 16 deletions

View File

@@ -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),