1
Fork 0

Don't make a def id for impl_trait_in_bindings

This commit is contained in:
Michael Goulet 2024-12-14 17:34:04 +00:00
parent f1ec5d64b3
commit ca055ee7db
3 changed files with 20 additions and 0 deletions

View file

@ -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.