]> git.lizzy.rs Git - rust.git/commitdiff
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)
Refactor signaling of E0223 to avoid multiple span_errs for same code.

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


Trivial merge