rustc: Remove the vstore handling of @str and @[].
This commit is contained in:
parent
e39cd20a43
commit
ec4b456b26
20 changed files with 47 additions and 129 deletions
|
@ -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)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue