about summary refs log tree commit diff
path: root/compiler/rustc_hir/src
diff options
context:
space:
mode:
authortiif <pekyuan@gmail.com>2025-09-15 08:57:22 +0000
committertiif <pekyuan@gmail.com>2025-09-15 08:57:22 +0000
commitb919a5f5183afb876b5206b3b23b249183cb313c (patch)
treee7f68bb07b7fecefd6052378eaa4e7597ef4a6a7 /compiler/rustc_hir/src
parentb50f345a2f3f49764024cabc30ef99e15c0240f7 (diff)
downloadrust-b919a5f5183afb876b5206b3b23b249183cb313c.tar.gz
rust-b919a5f5183afb876b5206b3b23b249183cb313c.zip
Remove UnsizedConstParamTy trait and make it into an unstable impl
Diffstat (limited to 'compiler/rustc_hir/src')
-rw-r--r--compiler/rustc_hir/src/lang_items.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_hir/src/lang_items.rs b/compiler/rustc_hir/src/lang_items.rs
index 67d2f15d414..2e099a97b65 100644
--- a/compiler/rustc_hir/src/lang_items.rs
+++ b/compiler/rustc_hir/src/lang_items.rs
@@ -370,7 +370,6 @@ language_item_table! {
     CoercePointeeValidated, sym::coerce_pointee_validated, coerce_pointee_validated_trait, Target::Trait,     GenericRequirement::Exact(0);
 
     ConstParamTy,            sym::const_param_ty,      const_param_ty_trait,       Target::Trait,          GenericRequirement::Exact(0);
-    UnsizedConstParamTy,     sym::unsized_const_param_ty, unsized_const_param_ty_trait, Target::Trait, GenericRequirement::Exact(0);
 
     Poll,                    sym::Poll,                poll,                       Target::Enum,           GenericRequirement::None;
     PollReady,               sym::Ready,               poll_ready_variant,         Target::Variant,        GenericRequirement::None;