mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
Discard impl restrictions during HIR lowering for now
This commit is contained in:
@@ -512,6 +512,8 @@ fn lower_item_kind(
|
||||
constness,
|
||||
is_auto,
|
||||
safety,
|
||||
// FIXME(impl_restrictions): lower to HIR
|
||||
impl_restriction: _,
|
||||
ident,
|
||||
generics,
|
||||
bounds,
|
||||
|
||||
Reference in New Issue
Block a user