1
Fork 0

Make E0599 a structured error

This commit is contained in:
Esteban Küber 2025-02-18 04:50:11 +00:00
parent d88ffcdb8b
commit 693f7035f1
5 changed files with 25 additions and 18 deletions

View file

@ -387,6 +387,8 @@ hir_analysis_must_implement_not_function_span_note = required by this annotation
hir_analysis_must_implement_one_of_attribute = the `#[rustc_must_implement_one_of]` attribute must be used with at least 2 args
hir_analysis_no_variant_named = no variant named `{$ident}` found for enum `{$ty}`
hir_analysis_not_supported_delegation = {$descr}
.label = callee defined here