libsyntax: De-@str literal strings in the AST
This commit is contained in:
committed by
Huon Wilson
parent
70c5a0fbf7
commit
8e52b85d5a
@@ -722,7 +722,7 @@ pub type Lit = Spanned<Lit_>;
|
||||
|
||||
#[deriving(Clone, Eq, Encodable, Decodable, IterBytes)]
|
||||
pub enum Lit_ {
|
||||
LitStr(@str, StrStyle),
|
||||
LitStr(InternedString, StrStyle),
|
||||
LitBinary(@[u8]),
|
||||
LitChar(u32),
|
||||
LitInt(i64, IntTy),
|
||||
|
||||
Reference in New Issue
Block a user