Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support trait bound in where clause #937

Merged
merged 1 commit into from
Aug 29, 2018
Merged

Conversation

kngwyu
Copy link
Collaborator

@kngwyu kngwyu commented Aug 28, 2018

Enable completion for a case like below:

fn f<T>(t: T)
where
    T: Clone,
{
    t.clo~
}

@kngwyu kngwyu merged commit 49412d9 into racer-rust:master Aug 29, 2018
@kngwyu kngwyu deleted the where_clause branch August 29, 2018 04:57
@kngwyu kngwyu mentioned this pull request Aug 30, 2018
14 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant