rustc: 1.9.0 -> 1.10.0, cargo: 0.10.0 -> 0.11.0

This commit is contained in:
Moritz Ulrich
2016-07-13 20:08:05 +02:00
parent d2435933c0
commit 8c45378cde
5 changed files with 15 additions and 120 deletions
@@ -50,7 +50,11 @@ rec {
--set-interpreter $(cat $NIX_CC/nix-support/dynamic-linker) \
"$out/bin/rustc"
wrapProgram "$out/bin/rustc"
# Do NOT, I repeat, DO NOT use `wrapProgram` on $out/bin/rustc
# (or similar) here. It causes strange effects where rustc loads
# the wrong libraries in a bootstrap-build causing failures that
# are very hard to track dow. For details, see
# https://github.com/rust-lang/rust/issues/34722#issuecomment-232164943
'';
};