UPDATE: lang/rust 1.78.0 > 1.81.0

This commit is contained in:
purplerain 2024-09-19 05:52:57 +00:00
parent 86226f36ee
commit c1886eef17
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
25 changed files with 336 additions and 152 deletions

View file

@ -4,7 +4,7 @@ https://github.com/rust-lang/rust/issues/39900
Index: src/bootstrap/src/lib.rs
--- src/bootstrap/src/lib.rs.orig
+++ src/bootstrap/src/lib.rs
@@ -1216,7 +1216,6 @@ impl Build {
@@ -1214,7 +1214,6 @@ Executed at: {executed_at}"#,
.args()
.iter()
.map(|s| s.to_string_lossy().into_owned())