1
Fork 0

Remove a use of StructuredDiag, which is incompatible with automatic error tainting and error translations

This commit is contained in:
Oli Scherer 2024-07-04 12:20:51 +00:00
parent 486bc278ab
commit 0d54fe0d02
9 changed files with 43 additions and 78 deletions

View file

@ -55,8 +55,6 @@ hir_analysis_cannot_capture_late_bound_ty =
cannot capture late-bound type parameter in {$what}
.label = parameter defined here
hir_analysis_cast_thin_pointer_to_fat_pointer = cannot cast thin pointer `{$expr_ty}` to fat pointer `{$cast_ty}`
hir_analysis_closure_implicit_hrtb = implicit types in closure signatures are forbidden when `for<...>` is present
.label = `for<...>` is here