diff --git a/lang/rust-nightly/files/patch-src_bootstrap_native.rs b/lang/rust-nightly/files/patch-src_bootstrap_native.rs index a8fb0c5b37c4..ed2de6528b74 100644 --- a/lang/rust-nightly/files/patch-src_bootstrap_native.rs +++ b/lang/rust-nightly/files/patch-src_bootstrap_native.rs @@ -1,6 +1,8 @@ Avoid unnecessarily restarting the LLVM build and installing it into STAGEDIR during the install phase. +https://github.com/rust-lang/rust/issues/61206 + --- src/bootstrap/native.rs.orig 2019-05-22 05:39:52 UTC +++ src/bootstrap/native.rs @@ -92,17 +92,9 @@ impl Step for Llvm { diff --git a/lang/rust/files/patch-src_bootstrap_native.rs b/lang/rust/files/patch-src_bootstrap_native.rs index a8fb0c5b37c4..ed2de6528b74 100644 --- a/lang/rust/files/patch-src_bootstrap_native.rs +++ b/lang/rust/files/patch-src_bootstrap_native.rs @@ -1,6 +1,8 @@ Avoid unnecessarily restarting the LLVM build and installing it into STAGEDIR during the install phase. +https://github.com/rust-lang/rust/issues/61206 + --- src/bootstrap/native.rs.orig 2019-05-22 05:39:52 UTC +++ src/bootstrap/native.rs @@ -92,17 +92,9 @@ impl Step for Llvm {