From 57bec1dacbf4d467193faa19dc7c2a5af77eecd1 Mon Sep 17 00:00:00 2001 From: Thomas Zander Date: Sun, 19 Mar 2017 12:08:08 +0000 Subject: Update to upstream version 1.16.0 --- lang/rust/files/patch-src_bootstrap_compile.rs | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 lang/rust/files/patch-src_bootstrap_compile.rs (limited to 'lang/rust/files/patch-src_bootstrap_compile.rs') diff --git a/lang/rust/files/patch-src_bootstrap_compile.rs b/lang/rust/files/patch-src_bootstrap_compile.rs deleted file mode 100644 index 126656a59c9b..000000000000 --- a/lang/rust/files/patch-src_bootstrap_compile.rs +++ /dev/null @@ -1,11 +0,0 @@ ---- src/bootstrap/compile.rs.orig 2017-02-09 01:37:48 UTC -+++ src/bootstrap/compile.rs -@@ -187,7 +187,7 @@ pub fn rustc<'a>(build: &'a Build, targe - cargo.env("CFG_RELEASE", &build.release) - .env("CFG_RELEASE_CHANNEL", &build.config.channel) - .env("CFG_VERSION", &build.version) -- .env("CFG_PREFIX", build.config.prefix.clone().unwrap_or(String::new())) -+ .env("CFG_PREFIX", build.config.prefix.clone().unwrap_or(PathBuf::new())) - .env("CFG_LIBDIR_RELATIVE", "lib"); - - // If we're not building a compiler with debugging information then remove -- cgit v1.2.3