about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/errors.rs
diff options
context:
space:
mode:
authorTshepang Mbambo <hopsi@tuta.io>2025-08-02 00:40:01 +0200
committerGitHub <noreply@github.com>2025-08-02 00:40:01 +0200
commit171c2478c06da00fb010cc77c333d328410ee796 (patch)
treee32965651228b69cc5cf14ad47e7e762c8ed7483 /compiler/rustc_codegen_llvm/src/errors.rs
parent219e4c141dd62e8f026312746fe3d7be0569151f (diff)
parent7cab27d73ab228be6a1eface8f0cb2f3c3b76c7c (diff)
downloadrust-171c2478c06da00fb010cc77c333d328410ee796.tar.gz
rust-171c2478c06da00fb010cc77c333d328410ee796.zip
Merge pull request #2526 from rust-lang/rustc-pull
Rustc pull update
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/errors.rs')
-rw-r--r--compiler/rustc_codegen_llvm/src/errors.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_llvm/src/errors.rs b/compiler/rustc_codegen_llvm/src/errors.rs
index 2a889888a39..627b0c9ff3b 100644
--- a/compiler/rustc_codegen_llvm/src/errors.rs
+++ b/compiler/rustc_codegen_llvm/src/errors.rs
@@ -39,7 +39,7 @@ pub(crate) struct AutoDiffWithoutEnable;
 #[derive(Diagnostic)]
 #[diag(codegen_llvm_lto_bitcode_from_rlib)]
 pub(crate) struct LtoBitcodeFromRlib {
-    pub llvm_err: String,
+    pub err: String,
 }
 
 #[derive(Diagnostic)]