1
Fork 0

Port ErrorCallingDllTool

This commit is contained in:
SLASHLogin 2022-08-26 14:29:33 +02:00
parent ddbb650289
commit 81f7a8d7f1
3 changed files with 13 additions and 2 deletions

View file

@ -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,
}