From: Pietro Albini Date: Tue, 2 Oct 2018 20:54:27 +0000 (+0200) Subject: Rollup merge of #54269 - PramodBisht:issue/53840, r=estebank X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=49d4359f6df32663e220d1ba6a3ccfe345ba2979;p=rust.git Rollup merge of #54269 - PramodBisht:issue/53840, r=estebank #53840: Consolidate pattern check errors #53840 on this PR we are aggregating `cannot bind by-move and by-ref in the same pattern` message present on the different lines into one diagnostic message. Here we are first gathering those `spans` on `vector` then we are throwing them with the help of `MultiSpan` r? @estebank Addresses: #53480 --- 49d4359f6df32663e220d1ba6a3ccfe345ba2979