diff options
| author | bors <bors@rust-lang.org> | 2023-07-20 06:41:03 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-07-20 06:41:03 +0000 |
| commit | e643e0d29f16c8cdd114c3c6e073b131c4e6d5bf (patch) | |
| tree | 0e0b28f754b343d037f243547756a48cc06a8ec7 /compiler/rustc_codegen_llvm/src/errors.rs | |
| parent | f4754ed80c53a3bd125243421065b7af3e7a1faf (diff) | |
| parent | 7b5b87dee1c21efaf7e4b758991b5498fd07f8a4 (diff) | |
| download | rust-e643e0d29f16c8cdd114c3c6e073b131c4e6d5bf.tar.gz rust-e643e0d29f16c8cdd114c3c6e073b131c4e6d5bf.zip | |
Auto merge of #2987 - rust-lang:rustup-2023-07-20, r=oli-obk
Automatic sync from rustc
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/errors.rs')
| -rw-r--r-- | compiler/rustc_codegen_llvm/src/errors.rs | 2 |
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>, } |
