rust/compiler/rustc_error_messages/locales/en-US/codegen_ssa.ftl
Jhonny Bill Mena 4e0de5319c ADD - migrate lib.def write fatal error
This diagnostic has no UI test 🤔 Should we add some? If so, how?
2022-10-07 10:00:32 -04:00

4 lines
219 B
Plaintext

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_description}