-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Labels
Description
We currently have extra logic that duplicates completions with a (mutable) borrow if the expected type is a borrow but the completion's type is not. We should also have the inverse of that where we insert a deref * if the expected type is one dereference away from the completion's type and the expected type is Copy.
roife