]> git.lizzy.rs Git - rust.git/commitdiff
DELETE - unused error after PR# 100101 was merged
authorJhonny Bill Mena <jhonnybillm@gmail.com>
Tue, 13 Sep 2022 12:46:47 +0000 (08:46 -0400)
committerJhonny Bill Mena <jhonnybillm@gmail.com>
Fri, 7 Oct 2022 14:03:45 +0000 (10:03 -0400)
compiler/rustc_codegen_ssa/src/errors.rs
compiler/rustc_error_messages/locales/en-US/codegen_ssa.ftl

index 8c09aa96c8ef2cb331cec295e7884f5b17832442..cf98cb2468ab7593b4443fdef07fdb54773139aa 100644 (file)
@@ -6,12 +6,6 @@
 use std::io::Error;
 use std::path::{Path, PathBuf};
 
 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 {
 #[derive(Diagnostic)]
 #[diag(codegen_ssa::lib_def_write_failure)]
 pub struct LibDefWriteFailure {
index 0d021edc4f76ce648fa91f61d4a9ee61f9336ee3..4d43b2eb0b69667af9b3aaf99735b81d4a2a6c39 100644 (file)
@@ -1,5 +1,3 @@
-codegen_ssa_missing_native_static_library = could not find native static library `{$library_name}`, perhaps an -L flag is missing?
-
 codegen_ssa_lib_def_write_failure = failed to write lib.def file: {$error}
 
 codegen_ssa_version_script_write_failure = failed to write version script: {$error}
 codegen_ssa_lib_def_write_failure = failed to write lib.def file: {$error}
 
 codegen_ssa_version_script_write_failure = failed to write version script: {$error}