Skip to content

Commit

Permalink
auto merge of #12849 : nick29581/rust/doubles, r=alexcrichton
Browse files Browse the repository at this point in the history
  • Loading branch information
bors committed Mar 13, 2014
2 parents 50fb2a4 + 0d80de0 commit 05975a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libsyntax/parse/parser.rs
Expand Up @@ -770,6 +770,7 @@ impl Parser {
next: token::Token,
lo: BytePos,
hi: BytePos) {
self.last_span = mk_sp(self.span.lo, lo);
self.token = next;
self.span = mk_sp(lo, hi);
}
Expand Down

0 comments on commit 05975a4

Please sign in to comment.