From 20429af7a3a9f6d7b4dfbcdc85a4fa8f6187f922 Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Sat, 24 Jun 2023 00:00:08 -0300 Subject: Replace RPITIT current impl with new strategy that lowers as a GAT --- compiler/rustc_monomorphize/src/polymorphize.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'compiler/rustc_monomorphize/src/polymorphize.rs') diff --git a/compiler/rustc_monomorphize/src/polymorphize.rs b/compiler/rustc_monomorphize/src/polymorphize.rs index 88a3e028527..aa2ce65e4cc 100644 --- a/compiler/rustc_monomorphize/src/polymorphize.rs +++ b/compiler/rustc_monomorphize/src/polymorphize.rs @@ -163,7 +163,6 @@ fn mark_used_by_default_parameters<'tcx>( | DefKind::AnonConst | DefKind::InlineConst | DefKind::OpaqueTy - | DefKind::ImplTraitPlaceholder | DefKind::Field | DefKind::LifetimeParam | DefKind::GlobalAsm -- cgit 1.4.1-3-g733a5