diff options
| author | Ralf Jung <post@ralfj.de> | 2024-11-03 06:54:52 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-03 06:54:52 +0000 |
| commit | b17cf41306cc148d68d4d82496fc2d52096437db (patch) | |
| tree | 87450c73dc3cb72b3fe87651143628c03b2a3ad2 /compiler/rustc_errors/src | |
| parent | c67ea446048735af7e11ba483820be88895b4c23 (diff) | |
| parent | b58cbe236117af9cb767a28f4b3dfa469053a441 (diff) | |
| download | rust-b17cf41306cc148d68d4d82496fc2d52096437db.tar.gz rust-b17cf41306cc148d68d4d82496fc2d52096437db.zip | |
Merge pull request #4010 from rust-lang/rustup-2024-11-03
Automatic Rustup
Diffstat (limited to 'compiler/rustc_errors/src')
| -rw-r--r-- | compiler/rustc_errors/src/diagnostic_impls.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/rustc_errors/src/diagnostic_impls.rs b/compiler/rustc_errors/src/diagnostic_impls.rs index 09a608dda7b..798668b8bc1 100644 --- a/compiler/rustc_errors/src/diagnostic_impls.rs +++ b/compiler/rustc_errors/src/diagnostic_impls.rs @@ -11,7 +11,7 @@ use rustc_macros::Subdiagnostic; use rustc_span::Span; use rustc_span::edition::Edition; use rustc_span::symbol::{Ident, MacroRulesNormalizedIdent, Symbol}; -use rustc_target::spec::{PanicStrategy, SplitDebuginfo, StackProtector, TargetTriple}; +use rustc_target::spec::{PanicStrategy, SplitDebuginfo, StackProtector, TargetTuple}; use rustc_type_ir::{ClosureKind, FloatTy}; use {rustc_ast as ast, rustc_hir as hir}; @@ -89,7 +89,7 @@ into_diag_arg_using_display!( MacroRulesNormalizedIdent, ParseIntError, StackProtector, - &TargetTriple, + &TargetTuple, SplitDebuginfo, ExitStatus, ErrCode, |
