We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 774c09a commit 3ab4ab3Copy full SHA for 3ab4ab3
compiler/rustc_passes/messages.ftl
@@ -440,11 +440,6 @@ passes_invalid_macro_export_arguments = invalid `#[macro_export]` argument
440
441
passes_invalid_macro_export_arguments_too_many_items = `#[macro_export]` can only take 1 or 0 arguments
442
443
-passes_lang_item_fn = {$name ->
444
- [panic_impl] `#[panic_handler]`
445
- *[other] `{$name}` lang item
446
-} function
447
-
448
passes_lang_item_on_incorrect_target =
449
`{$name}` lang item must be applied to a {$expected_target}
450
.label = attribute should be applied to a {$expected_target}, not a {$actual_target}
0 commit comments