about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/errors.rs
diff options
context:
space:
mode:
authorThe Miri Conjob Bot <miri@cron.bot>2023-07-20 06:38:14 +0000
committerThe Miri Conjob Bot <miri@cron.bot>2023-07-20 06:38:14 +0000
commit7b5b87dee1c21efaf7e4b758991b5498fd07f8a4 (patch)
tree0e0b28f754b343d037f243547756a48cc06a8ec7 /compiler/rustc_codegen_llvm/src/errors.rs
parentdfb552e37ea7a8fca3bf19ed3a88be5d366bf27b (diff)
parentd97ec97b9486fe5798938e6842bda2385e906cbc (diff)
downloadrust-7b5b87dee1c21efaf7e4b758991b5498fd07f8a4.tar.gz
rust-7b5b87dee1c21efaf7e4b758991b5498fd07f8a4.zip
Merge from rustc
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/errors.rs')
-rw-r--r--compiler/rustc_codegen_llvm/src/errors.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/rustc_codegen_llvm/src/errors.rs b/compiler/rustc_codegen_llvm/src/errors.rs
index 44869ced1ae..fced6d504d2 100644
--- a/compiler/rustc_codegen_llvm/src/errors.rs
+++ b/compiler/rustc_codegen_llvm/src/errors.rs
@@ -81,6 +81,8 @@ pub(crate) struct ErrorCallingDllTool<'a> {
 #[derive(Diagnostic)]
 #[diag(codegen_llvm_dlltool_fail_import_library)]
 pub(crate) struct DlltoolFailImportLibrary<'a> {
+    pub dlltool_path: Cow<'a, str>,
+    pub dlltool_args: String,
     pub stdout: Cow<'a, str>,
     pub stderr: Cow<'a, str>,
 }