about summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis/messages.ftl
diff options
context:
space:
mode:
authorLeón Orell Valerian Liehr <me@fmease.dev>2025-06-20 23:13:11 +0200
committerLeón Orell Valerian Liehr <me@fmease.dev>2025-07-18 12:25:24 +0200
commit82a02aefe07092c737c852daccebf49ca25507e3 (patch)
tree4a601b3cc7bd1318f720740fc77b339b862c9103 /compiler/rustc_hir_analysis/messages.ftl
parentcdc3d701cb4ff37e9d0c96c1c68b2e8789c19441 (diff)
downloadrust-82a02aefe07092c737c852daccebf49ca25507e3.tar.gz
rust-82a02aefe07092c737c852daccebf49ca25507e3.zip
HIR ty lowering: Validate `PointeeSized` bounds
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 90cb1727034..7f55f9b2303 100644
--- a/compiler/rustc_hir_analysis/messages.ftl
+++ b/compiler/rustc_hir_analysis/messages.ftl
@@ -445,8 +445,6 @@ hir_analysis_parenthesized_fn_trait_expansion =
 hir_analysis_placeholder_not_allowed_item_signatures = the placeholder `_` is not allowed within types on item signatures for {$kind}
     .label = not allowed in type signatures
 
-hir_analysis_pointee_sized_trait_object = `PointeeSized` cannot be used with trait objects
-
 hir_analysis_precise_capture_self_alias = `Self` can't be captured in `use<...>` precise captures list, since it is an alias
     .label = `Self` is not a generic argument, but an alias to the type of the {$what}