1
Fork 0

cleanup on messages

This commit is contained in:
yukang 2023-09-12 07:27:17 +08:00
parent b4e54c6e39
commit f9a9ff20a2
4 changed files with 0 additions and 20 deletions

View file

@ -104,10 +104,6 @@ passes_collapse_debuginfo =
passes_confusables = attribute should be applied to an inherent method
.label = not an inherent method
passes_const_impl_const_trait =
const `impl`s must be for traits marked with `#[const_trait]`
.note = this trait must be annotated with `#[const_trait]`
passes_continue_labeled_block =
`continue` pointing to a labeled block
.label = labeled blocks cannot be `continue`'d