Rollup merge of #115863 - chenyukang:yukang-add-message-tidy-check, r=davidtwco
Add check_unused_messages in tidy From https://github.com/rust-lang/rust/pull/115728#issuecomment-1715490553 The check is not 100% accurate, I guess it's enough for now.
This commit is contained in:
commit
144862ede8
7 changed files with 0 additions and 54 deletions
|
@ -7,8 +7,6 @@ monomorphize_couldnt_dump_mono_stats =
|
|||
monomorphize_encountered_error_while_instantiating =
|
||||
the above error was encountered while instantiating `{$formatted_item}`
|
||||
|
||||
monomorphize_fatal_error = {$error_message}
|
||||
|
||||
monomorphize_large_assignments =
|
||||
moving {$size} bytes
|
||||
.label = value moved from here
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue