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 c01321d3f54..581c28a44fd 100644 --- a/src/libsyntax/parse/parser.rs +++ b/src/libsyntax/parse/parser.rs @@ -4843,7 +4843,7 @@ impl<'a> Parser<'a> { let hi = if self.span == codemap::DUMMY_SP { inner_lo } else { - self.span.lo + self.last_span.hi }; Ok(ast::Mod { |
