]> git.lizzy.rs Git - rust.git/commit
Auto merge of #23489 - michaelwoerister:span-artihmetic-overflow-bug, r=alexcrichton
authorbors <bors@rust-lang.org>
Thu, 19 Mar 2015 22:37:02 +0000 (22:37 +0000)
committerbors <bors@rust-lang.org>
Thu, 19 Mar 2015 22:37:02 +0000 (22:37 +0000)
commitf4e0ce66a3cde6bd0df54a367896c5c6a3392c53
tree374c2f155453c909a26b3c3bb4aba4fa5bf2661c
parent7f53b943f94b338e4c5401f1ce9efbe7da92b0c5
parent1ea971ff87e7aee729c7330a394b975fb3a598b1
Auto merge of #23489 - michaelwoerister:span-artihmetic-overflow-bug, r=alexcrichton

This should solve issues #23115, #23469, and #23407.

As the title says, this is just a workaround. The underlying problem is that macro expansion can produce invalid spans. I've opened issue #23480 so we don't forget about that.