about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/errors.rs
diff options
context:
space:
mode:
authorThe Miri Cronjob Bot <miri@cron.bot>2025-08-01 05:14:11 +0000
committerThe Miri Cronjob Bot <miri@cron.bot>2025-08-01 05:14:11 +0000
commit9f88ca3398fd772089494c61d1eb918c552c5387 (patch)
treea99d683acfe913fcd8c70e2810f02073300cb758 /compiler/rustc_codegen_llvm/src/errors.rs
parent67cce09bfb87c896ec83117d0d61f847cdb8de60 (diff)
parentad61b3113c7ce43c60134bf5441397b82898a78c (diff)
downloadrust-9f88ca3398fd772089494c61d1eb918c552c5387.tar.gz
rust-9f88ca3398fd772089494c61d1eb918c552c5387.zip
Merge ref 'adcb3d3b4cd3' from rust-lang/rust
Pull recent changes from https://github.com/rust-lang/rust via Josh.

Upstream ref: adcb3d3b4cd3b7c4cde642f3ed537037f293738e
Filtered ref: 5825740f16c56a1dac078765954330b987825b73

This merge was created using https://github.com/rust-lang/josh-sync.
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)]