-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
A-completionautocompletionautocompletionC-bugCategory: bugCategory: bugS-actionableSomeone could pick this issue up and work on it right nowSomeone could pick this issue up and work on it right now
Description
trait Tr {
type Assoc;
}
impl Tr for () {
type$0
}
Applying the type Assoc =
completion results in:
trait Tr {
type Assoc;
}
impl Tr for () {
typetype Assoc = $0;
}
This doesn't seem to happen on nightlies that are a few days old, so this is a recent regression, possibly introduced by #12461
Metadata
Metadata
Assignees
Labels
A-completionautocompletionautocompletionC-bugCategory: bugCategory: bugS-actionableSomeone could pick this issue up and work on it right nowSomeone could pick this issue up and work on it right now