Discard impl restrictions during HIR lowering for now

This commit is contained in:
CoCo-Japan-pan
2026-02-23 12:28:12 +09:00
parent 65aef778f8
commit 2a48c197c4
+2
View File
@@ -512,6 +512,8 @@ fn lower_item_kind(
constness,
is_auto,
safety,
// FIXME(impl_restrictions): lower to HIR
impl_restriction: _,
ident,
generics,
bounds,