Skip to content

Commit 0f97d4a

Browse files
committed
DELETE - unused error after PR# 100101 was merged
1 parent 7548d95 commit 0f97d4a

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

compiler/rustc_codegen_ssa/src/errors.rs

-6
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@ use std::borrow::Cow;
66
use std::io::Error;
77
use std::path::{Path, PathBuf};
88

9-
#[derive(Diagnostic)]
10-
#[diag(codegen_ssa::missing_native_static_library)]
11-
pub struct MissingNativeStaticLibrary<'a> {
12-
pub library_name: &'a str,
13-
}
14-
159
#[derive(Diagnostic)]
1610
#[diag(codegen_ssa::lib_def_write_failure)]
1711
pub struct LibDefWriteFailure {

compiler/rustc_error_messages/locales/en-US/codegen_ssa.ftl

-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
codegen_ssa_missing_native_static_library = could not find native static library `{$library_name}`, perhaps an -L flag is missing?
2-
31
codegen_ssa_lib_def_write_failure = failed to write lib.def file: {$error}
42

53
codegen_ssa_version_script_write_failure = failed to write version script: {$error}

0 commit comments

Comments
 (0)