rustc: Remove the vstore handling of @str and @[].
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user