1
Fork 0

UPDATE - LibDefWriteFailure to accept type instead of formatted string

This follows team’s suggestions in this thread https://rust-lang.zulipchat.com/#narrow/stream/336883-i18n/topic/.23100717.20diag.20translation/near/295305249
This commit is contained in:
Jhonny Bill Mena 2022-08-26 20:21:55 -04:00
parent 4e0de5319c
commit 0a2d7f83cb
3 changed files with 9 additions and 8 deletions

View file

@ -1,3 +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_description}
codegen_ssa_lib_def_write_failure = failed to write lib.def file: {$error}