Skip to content

Commit 3ab4ab3

Browse files
committed
fix error messages
1 parent 774c09a commit 3ab4ab3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

compiler/rustc_passes/messages.ftl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -440,11 +440,6 @@ passes_invalid_macro_export_arguments = invalid `#[macro_export]` argument
440440
441441
passes_invalid_macro_export_arguments_too_many_items = `#[macro_export]` can only take 1 or 0 arguments
442442
443-
passes_lang_item_fn = {$name ->
444-
[panic_impl] `#[panic_handler]`
445-
*[other] `{$name}` lang item
446-
} function
447-
448443
passes_lang_item_on_incorrect_target =
449444
`{$name}` lang item must be applied to a {$expected_target}
450445
.label = attribute should be applied to a {$expected_target}, not a {$actual_target}

0 commit comments

Comments
 (0)