File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed
rustc_error_messages/locales/en-US Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,6 @@ use std::borrow::Cow;
6
6
use std:: io:: Error ;
7
7
use std:: path:: { Path , PathBuf } ;
8
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
9
#[ derive( Diagnostic ) ]
16
10
#[ diag( codegen_ssa:: lib_def_write_failure) ]
17
11
pub struct LibDefWriteFailure {
Original file line number Diff line number Diff line change 1
- codegen_ssa_missing_native_static_library = could not find native static library `{ $library_name } `, perhaps an -L flag is missing?
2
-
3
1
codegen_ssa_lib_def_write_failure = failed to write lib.def file: { $error }
4
2
5
3
codegen_ssa_version_script_write_failure = failed to write version script: { $error }
You can’t perform that action at this time.
0 commit comments