diff options
| author | Michael Goulet <michael@errs.io> | 2024-12-14 17:34:04 +0000 |
|---|---|---|
| committer | Michael Goulet <michael@errs.io> | 2024-12-14 18:08:30 +0000 |
| commit | ca055ee7db17fbeccb2893db8f24440a25afff44 (patch) | |
| tree | 0c0129124df43a570f715914c78e0dd7125d6533 /compiler/rustc_resolve/src/lib.rs | |
| parent | f1ec5d64b301462323d7e1782551687cd3a351d0 (diff) | |
| download | rust-ca055ee7db17fbeccb2893db8f24440a25afff44.tar.gz rust-ca055ee7db17fbeccb2893db8f24440a25afff44.zip | |
Don't make a def id for impl_trait_in_bindings
Diffstat (limited to 'compiler/rustc_resolve/src/lib.rs')
| -rw-r--r-- | compiler/rustc_resolve/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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. |
