about summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis/messages.ftl
diff options
context:
space:
mode:
authorOli Scherer <git-spam-no-reply9815368754983@oli-obk.de>2024-07-04 12:20:51 +0000
committerOli Scherer <git-spam-no-reply9815368754983@oli-obk.de>2024-07-04 12:20:51 +0000
commit0d54fe0d02f24923cc82bbdae786471bfa79d70c (patch)
tree76932fd58657deaa1ab3fc600d6e4de5ae6e6e0c /compiler/rustc_hir_analysis/messages.ftl
parent486bc278ab4cf516ccc176cee4a268e104b6e69c (diff)
downloadrust-0d54fe0d02f24923cc82bbdae786471bfa79d70c.tar.gz
rust-0d54fe0d02f24923cc82bbdae786471bfa79d70c.zip
Remove a use of `StructuredDiag`, which is incompatible with automatic error tainting and error translations
Diffstat (limited to 'compiler/rustc_hir_analysis/messages.ftl')
-rw-r--r--compiler/rustc_hir_analysis/messages.ftl2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/rustc_hir_analysis/messages.ftl b/compiler/rustc_hir_analysis/messages.ftl
index 064d9c077b0..91b1506d1e4 100644
--- a/compiler/rustc_hir_analysis/messages.ftl
+++ b/compiler/rustc_hir_analysis/messages.ftl
@@ -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