]> git.lizzy.rs Git - rust.git/commit
Rename Parser::last_span as prev_span.
authorNicholas Nethercote <nnethercote@mozilla.com>
Wed, 21 Sep 2016 02:09:22 +0000 (12:09 +1000)
committerNicholas Nethercote <nnethercote@mozilla.com>
Tue, 4 Oct 2016 21:53:18 +0000 (08:53 +1100)
commit2747923c272a355dbb6265586a884652e26b0ec7
treea87686f4f87bde81c98cbef19ebb4b839a1018e8
parenta5dac7a2af3ee444817eb7bfbba3539be8c06cf1
Rename Parser::last_span as prev_span.

This is a [breaking-change] for libsyntax.
src/librustc_metadata/creader.rs
src/librustc_save_analysis/span_utils.rs
src/libsyntax/codemap.rs
src/libsyntax/parse/attr.rs
src/libsyntax/parse/parser.rs
src/libsyntax_ext/asm.rs