]> git.lizzy.rs Git - rust.git/commit
Auto merge of #25333 - GSam:master, r=nrc
authorbors <bors@rust-lang.org>
Wed, 13 May 2015 13:54:48 +0000 (13:54 +0000)
committerbors <bors@rust-lang.org>
Wed, 13 May 2015 13:54:48 +0000 (13:54 +0000)
commitaf41097b4906fdbd395b74f7de17f84f1666fe7a
tree828dd64c3da2101cb67117fce3ce0d26d95aae50
parenteb4cb6d16d142a4e810d1f1df0bab26542caa155
parent46753dacb1f0ab26ea4fdfa8fe1661066ce81dd2
Auto merge of #25333 - GSam:master, r=nrc

As it is, save-analysis appears to return the span for the 'mut' in a declaration 'static mut identifier...' instead of the identifier. This minor change appears to fix the problem, by skipping the mut when it is present.