DELETE - unused error after PR# 100101 was merged
This commit is contained in:
parent
7548d952af
commit
0f97d4a141
2 changed files with 0 additions and 8 deletions
|
@ -6,12 +6,6 @@ use std::borrow::Cow;
|
|||
use std::io::Error;
|
||||
use std::path::{Path, PathBuf};
|
||||
|
||||
#[derive(Diagnostic)]
|
||||
#[diag(codegen_ssa::missing_native_static_library)]
|
||||
pub struct MissingNativeStaticLibrary<'a> {
|
||||
pub library_name: &'a str,
|
||||
}
|
||||
|
||||
#[derive(Diagnostic)]
|
||||
#[diag(codegen_ssa::lib_def_write_failure)]
|
||||
pub struct LibDefWriteFailure {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue