diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2014-09-19 10:00:21 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-09-19 10:00:21 -0700 |
| commit | b94075c9cefb3baedd4b0c01c9c11393e83ea66a (patch) | |
| tree | a9a3a4450b20356caa2048b03491944560f14df0 /src/libsyntax/parse/parser.rs | |
| parent | 129aff7d97432d326891ef23397e814841cc754a (diff) | |
| parent | f1a8f53cf10c2a68342aac70c5a706a865300bb4 (diff) | |
| download | rust-b94075c9cefb3baedd4b0c01c9c11393e83ea66a.tar.gz rust-b94075c9cefb3baedd4b0c01c9c11393e83ea66a.zip | |
rollup merge of #17314 : eddyb/span-no-gc
Diffstat (limited to 'src/libsyntax/parse/parser.rs')
| -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 8a0027e5c06..a5a936a9779 100644 --- a/src/libsyntax/parse/parser.rs +++ b/src/libsyntax/parse/parser.rs @@ -3591,7 +3591,7 @@ impl<'a> Parser<'a> { let span_with_semi = Span { lo: span.lo, hi: self.last_span.hi, - expn_info: span.expn_info, + expn_id: span.expn_id, }; stmts.push(P(Spanned { node: StmtSemi(e, stmt_id), |
