rust-1.97.0

This commit is contained in:
Rmys
2026-07-11 12:40:34 +03:00
parent 60ccf3cc58
commit 1e4ade782f
6 changed files with 91 additions and 9 deletions
@@ -23,10 +23,10 @@ targets, as things break when this is done:
3 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/compiler/rustc_session/src/config.rs b/compiler/rustc_session/src/config.rs
index e4ef1d40d72d..9376983b15d8 100644
index 2040cd48ec44..4b99fc6a15c9 100644
--- a/compiler/rustc_session/src/config.rs
+++ b/compiler/rustc_session/src/config.rs
@@ -2229,6 +2229,12 @@ pub fn parse_target_triple(early_dcx: &EarlyDiagCtxt, matches: &getopts::Matches
@@ -2226,6 +2226,12 @@ pub fn parse_target_triple(early_dcx: &EarlyDiagCtxt, matches: &getopts::Matches
early_dcx.early_fatal(format!("target file {path:?} does not exist"))
})
}