diff options
| author | Graydon Hoare <graydon@mozilla.com> | 2012-09-07 17:26:10 -0700 |
|---|---|---|
| committer | Graydon Hoare <graydon@mozilla.com> | 2012-09-07 17:26:10 -0700 |
| commit | 8b39e736977c9daec15d1845ddb5db3203e4bd0b (patch) | |
| tree | a2b8c5a104b8ddf091e45209f0a4f7e1ec7b4901 /src/libsyntax/parse | |
| parent | 5d823d46ad5350e095a531d847464f42c5f29261 (diff) | |
| download | rust-8b39e736977c9daec15d1845ddb5db3203e4bd0b.tar.gz rust-8b39e736977c9daec15d1845ddb5db3203e4bd0b.zip | |
Fix whitespace.
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 2377555dfb3..7718ae845ad 100644 --- a/src/libsyntax/parse/parser.rs +++ b/src/libsyntax/parse/parser.rs @@ -1855,7 +1855,7 @@ struct parser { node: expr_lit(@{node: lit_str(_), span: _}), _ }) => { let vst = @{id: self.get_id(), callee_id: self.get_id(), - node: expr_vstore(e, + node: expr_vstore(e, vstore_slice(self.region_from_name(None))), span: mk_sp(lo, hi)}; pat_lit(vst) |
