mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 06:44:35 +00:00
Remove extra . in metadata_lib_filename_form
This commit is contained in:
parent
a1ea1c128d
commit
395f2b84e6
@ -275,7 +275,7 @@ metadata_crate_location_unknown_type =
|
||||
extern location for {$crate_name} is of an unknown type: {$path}
|
||||
|
||||
metadata_lib_filename_form =
|
||||
file name should be lib*.rlib or {$dll_prefix}*.{$dll_suffix}
|
||||
file name should be lib*.rlib or {$dll_prefix}*{$dll_suffix}
|
||||
|
||||
metadata_multiple_import_name_type =
|
||||
multiple `import_name_type` arguments in a single `#[link]` attribute
|
||||
|
Loading…
Reference in New Issue
Block a user