We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7548d95 commit 0f97d4aCopy full SHA for 0f97d4a
compiler/rustc_codegen_ssa/src/errors.rs
@@ -6,12 +6,6 @@ use std::borrow::Cow;
6
use std::io::Error;
7
use std::path::{Path, PathBuf};
8
9
-#[derive(Diagnostic)]
10
-#[diag(codegen_ssa::missing_native_static_library)]
11
-pub struct MissingNativeStaticLibrary<'a> {
12
- pub library_name: &'a str,
13
-}
14
-
15
#[derive(Diagnostic)]
16
#[diag(codegen_ssa::lib_def_write_failure)]
17
pub struct LibDefWriteFailure {
compiler/rustc_error_messages/locales/en-US/codegen_ssa.ftl
@@ -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
3
codegen_ssa_lib_def_write_failure = failed to write lib.def file: {$error}
4
5
codegen_ssa_version_script_write_failure = failed to write version script: {$error}
0 commit comments