Remove a use of StructuredDiag
, which is incompatible with automatic error tainting and error translations
This commit is contained in:
parent
486bc278ab
commit
0d54fe0d02
9 changed files with 43 additions and 78 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue