]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #22844 - pnkfelix:refactor-signalling-of-E0223, r=Aatch
authorManish Goregaokar <manishsmail@gmail.com>
Fri, 27 Feb 2015 06:23:02 +0000 (11:53 +0530)
committerManish Goregaokar <manishsmail@gmail.com>
Fri, 27 Feb 2015 16:37:05 +0000 (22:07 +0530)
commit158d99d3f13c2bef9097122b81adfb5e7185ca6a
treeaa0e1ee446db5fe991085723c3929558dbd3202d
parent08360892a0f842ef60ea795469fb7330b5874849
parent9549350b874be76636388ef718a93caea96ada9f
Rollup merge of  #22844 - pnkfelix:refactor-signalling-of-E0223, r=Aatch

Refactor signaling of E0223 to avoid multiple span_errs for same code.

(Doing this cuts out one diagnostic during the build.)