From: bors Date: Thu, 18 May 2017 19:05:20 +0000 (+0000) Subject: Auto merge of #3937 - andwur:rustc-flag-determinism, r=alexcrichton X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~9^2~25 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=483e0ab0e639056fc04a906fb3f9f4b7beea4b92;p=cargo.git Auto merge of #3937 - andwur:rustc-flag-determinism, r=alexcrichton Deterministic -L and --cfg flag ordering This ensures that the `-L` and `--cfg` flags passed to `rustc` have stable ordering across runs. It also does the same for `--cfg` flags passed to `rustdoc`. Fixes #3895 --- 483e0ab0e639056fc04a906fb3f9f4b7beea4b92