From: bors Date: Wed, 8 Feb 2017 18:20:52 +0000 (+0000) Subject: Auto merge of #3659 - nathanaeljones:master, r=alexcrichton X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~9^2~163 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=35e4b2c2a765ba47f9b4493904392caf7f3a062a;p=cargo.git Auto merge of #3659 - nathanaeljones:master, r=alexcrichton Fix #3658 .cargo/config prevents freshness (sort after HashMap) The many vectors of BuildOutput are populated from a HashMap in cargo_compile... and later these vectors are hashed. HashMaps are the bane of Cargo's existence. But for now, we sort. --- 35e4b2c2a765ba47f9b4493904392caf7f3a062a