1
Fork 0

rustc: Remove the vstore handling of @str and @[].

This commit is contained in:
Huon Wilson 2014-02-02 00:09:11 +11:00
parent e39cd20a43
commit ec4b456b26
20 changed files with 47 additions and 129 deletions

View file

@ -2825,7 +2825,7 @@ impl Parser {
let hi = self.last_span.hi;
return @ast::Pat {
id: ast::DUMMY_NODE_ID,
node: sub,
node: PatUniq(sub),
span: mk_sp(lo, hi)
}
}