diff options
Diffstat (limited to 'src/libsyntax/parse')
| -rw-r--r-- | src/libsyntax/parse/parser.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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) } } |
