Rollup merge of #126811 - compiler-errors:tidy-ftl, r=estebank · rust-lang/rust@1916b3d
@@ -14,7 +14,7 @@ passes_abi_of =
1414 fn_abi_of({$fn_name}) = {$fn_abi}
15151616passes_allow_incoherent_impl =
17- `rustc_allow_incoherent_impl` attribute should be applied to impl items.
17+ `rustc_allow_incoherent_impl` attribute should be applied to impl items
1818 .label = the only currently supported targets are inherent methods
19192020passes_allow_internal_unstable =
@@ -253,8 +253,8 @@ passes_doc_test_unknown_spotlight =
253253 .no_op_note = `doc(spotlight)` is now a no-op
254254255255passes_duplicate_diagnostic_item_in_crate =
256- duplicate diagnostic item in crate `{$crate_name}`: `{$name}`.
257- .note = the diagnostic item is first defined in crate `{$orig_crate_name}`.
256+ duplicate diagnostic item in crate `{$crate_name}`: `{$name}`
257+ .note = the diagnostic item is first defined in crate `{$orig_crate_name}`
258258259259passes_duplicate_feature_err =
260260 the feature `{$feature}` has already been declared
@@ -263,27 +263,27 @@ passes_duplicate_lang_item =
263263 found duplicate lang item `{$lang_item_name}`
264264 .first_defined_span = the lang item is first defined here
265265 .first_defined_crate_depends = the lang item is first defined in crate `{$orig_crate_name}` (which `{$orig_dependency_of}` depends on)
266- .first_defined_crate = the lang item is first defined in crate `{$orig_crate_name}`.
266+ .first_defined_crate = the lang item is first defined in crate `{$orig_crate_name}`
267267 .first_definition_local = first definition in the local crate (`{$orig_crate_name}`)
268268 .second_definition_local = second definition in the local crate (`{$crate_name}`)
269269 .first_definition_path = first definition in `{$orig_crate_name}` loaded from {$orig_path}
270270 .second_definition_path = second definition in `{$crate_name}` loaded from {$path}
271271272272passes_duplicate_lang_item_crate =
273- duplicate lang item in crate `{$crate_name}`: `{$lang_item_name}`.
273+ duplicate lang item in crate `{$crate_name}`: `{$lang_item_name}`
274274 .first_defined_span = the lang item is first defined here
275275 .first_defined_crate_depends = the lang item is first defined in crate `{$orig_crate_name}` (which `{$orig_dependency_of}` depends on)
276- .first_defined_crate = the lang item is first defined in crate `{$orig_crate_name}`.
276+ .first_defined_crate = the lang item is first defined in crate `{$orig_crate_name}`
277277 .first_definition_local = first definition in the local crate (`{$orig_crate_name}`)
278278 .second_definition_local = second definition in the local crate (`{$crate_name}`)
279279 .first_definition_path = first definition in `{$orig_crate_name}` loaded from {$orig_path}
280280 .second_definition_path = second definition in `{$crate_name}` loaded from {$path}
281281282282passes_duplicate_lang_item_crate_depends =
283- duplicate lang item in crate `{$crate_name}` (which `{$dependency_of}` depends on): `{$lang_item_name}`.
283+ duplicate lang item in crate `{$crate_name}` (which `{$dependency_of}` depends on): `{$lang_item_name}`
284284 .first_defined_span = the lang item is first defined here
285285 .first_defined_crate_depends = the lang item is first defined in crate `{$orig_crate_name}` (which `{$orig_dependency_of}` depends on)
286- .first_defined_crate = the lang item is first defined in crate `{$orig_crate_name}`.
286+ .first_defined_crate = the lang item is first defined in crate `{$orig_crate_name}`
287287 .first_definition_local = first definition in the local crate (`{$orig_crate_name}`)
288288 .second_definition_local = second definition in the local crate (`{$crate_name}`)
289289 .first_definition_path = first definition in `{$orig_crate_name}` loaded from {$orig_path}
@@ -315,7 +315,7 @@ passes_ffi_pure_invalid_target =
315315 `#[ffi_pure]` may only be used on foreign functions
316316317317passes_has_incoherent_inherent_impl =
318- `rustc_has_incoherent_inherent_impls` attribute should be applied to types or traits.
318+ `rustc_has_incoherent_inherent_impls` attribute should be applied to types or traits
319319 .label = only adts, extern types and traits are supported
320320321321passes_ignored_attr =