Skip to content

Commit 395f2b8

Browse files
committed
Remove extra . in metadata_lib_filename_form
1 parent a1ea1c1 commit 395f2b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_error_messages/locales/en-US/metadata.ftl

+1-1
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ metadata_crate_location_unknown_type =
275275
extern location for {$crate_name} is of an unknown type: {$path}
276276
277277
metadata_lib_filename_form =
278-
file name should be lib*.rlib or {$dll_prefix}*.{$dll_suffix}
278+
file name should be lib*.rlib or {$dll_prefix}*{$dll_suffix}
279279
280280
metadata_multiple_import_name_type =
281281
multiple `import_name_type` arguments in a single `#[link]` attribute

0 commit comments

Comments
 (0)