Port ErrorCallingDllTool
This commit is contained in:
parent
ddbb650289
commit
81f7a8d7f1
3 changed files with 13 additions and 2 deletions
|
@ -96,3 +96,9 @@ pub(crate) struct ArchiveBuildFailure {
|
|||
pub(crate) struct ErrorWritingDEFFile {
|
||||
pub error: std::io::Error,
|
||||
}
|
||||
|
||||
#[derive(SessionDiagnostic)]
|
||||
#[diag(codegen_llvm::error_calling_dlltool)]
|
||||
pub(crate) struct ErrorCallingDllTool {
|
||||
pub error: std::io::Error,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue