From ec4b456b26cd019b8b2a4a8a3f9fa9841904bf09 Mon Sep 17 00:00:00 2001 From: Huon Wilson Date: Sun, 2 Feb 2014 00:09:11 +1100 Subject: rustc: Remove the vstore handling of @str and @[]. --- src/libsyntax/parse/parser.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libsyntax/parse') diff --git a/src/libsyntax/parse/parser.rs b/src/libsyntax/parse/parser.rs index aa33edf28f5..8a3da581607 100644 --- a/src/libsyntax/parse/parser.rs +++ b/src/libsyntax/parse/parser.rs @@ -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) } } -- cgit 1.4.1-3-g733a5