]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #23489 - michaelwoerister:span-artihmetic-overflow-bug, r=alexcrichton
authorManish Goregaokar <manishsmail@gmail.com>
Fri, 20 Mar 2015 00:00:06 +0000 (05:30 +0530)
committerManish Goregaokar <manishsmail@gmail.com>
Fri, 20 Mar 2015 00:00:06 +0000 (05:30 +0530)
commit97f03e7ad91cec9715fefbc8112519bd7c01e756
tree374c2f155453c909a26b3c3bb4aba4fa5bf2661c
parent7f53b943f94b338e4c5401f1ce9efbe7da92b0c5
parent1ea971ff87e7aee729c7330a394b975fb3a598b1
Rollup 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.