Port ArchiveBuildFailure
This commit is contained in:
parent
978b5f73e4
commit
d32caf9ced
3 changed files with 11 additions and 2 deletions
|
@ -84,3 +84,9 @@ pub(crate) struct LinkageConstOrMutType {
|
|||
#[derive(SessionDiagnostic)]
|
||||
#[diag(codegen_llvm::sanitizer_memtag_requires_mte)]
|
||||
pub(crate) struct SanitizerMemtagRequiresMte;
|
||||
|
||||
#[derive(SessionDiagnostic)]
|
||||
#[diag(codegen_llvm::archive_build_failure)]
|
||||
pub(crate) struct ArchiveBuildFailure {
|
||||
pub error: std::io::Error,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue