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;
66use std:: io:: Error ;
77use 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) ]
1711pub 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-
31codegen_ssa_lib_def_write_failure = failed to write lib.def file: { $error }
42
53codegen_ssa_version_script_write_failure = failed to write version script: { $error }
You can’t perform that action at this time.
0 commit comments