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

Enable completion based on trait bounds only for FnArg #871

Merged
merged 1 commit into from
Jun 16, 2018

Conversation

kngwyu
Copy link
Collaborator

@kngwyu kngwyu commented Jun 13, 2018

Rebump of #828

@@ -1,5 +1,5 @@
#![feature(iterator_flatten)]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doesn't this mean racer stops working on stable? If so, please use something from itertools or a hand-rolled function instead.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

By #854, now we have to use nightly to compile racer so I don't think it's problematic.
iterator_flatten will soon be stabilized(see rust-lang/rust#51511), but it'll take much more time to stabilize libsyntax.

@kngwyu kngwyu dismissed TedDriggs’s stale review June 16, 2018 03:33

By #854, now we have to use nightly to compile racer so I don't think it's problematic.

@kngwyu kngwyu merged commit 4d251bf into racer-rust:master Jun 16, 2018
kngwyu added a commit that referenced this pull request Jun 17, 2018
I forgot remove #[ignore] from completes_inherited_methods_with_cycle
when I was working on #871
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants