From ca055ee7db17fbeccb2893db8f24440a25afff44 Mon Sep 17 00:00:00 2001 From: Michael Goulet Date: Sat, 14 Dec 2024 17:34:04 +0000 Subject: Don't make a def id for impl_trait_in_bindings --- compiler/rustc_resolve/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'compiler/rustc_resolve/src/lib.rs') diff --git a/compiler/rustc_resolve/src/lib.rs b/compiler/rustc_resolve/src/lib.rs index 94adfcd3b91..5c4c401af31 100644 --- a/compiler/rustc_resolve/src/lib.rs +++ b/compiler/rustc_resolve/src/lib.rs @@ -190,6 +190,7 @@ impl InvocationParent { enum ImplTraitContext { Existential, Universal, + InBinding, } /// Used for tracking import use types which will be used for redundant import checking. -- cgit 1.4.1-3-g733a5