Skip to content

Enable completion based on trait bounds only for FnArg#871

Merged
kngwyu merged 1 commit intoracer-rust:masterfrom
kngwyu:trait-bound
Jun 16, 2018
Merged

Enable completion based on trait bounds only for FnArg#871
kngwyu merged 1 commit intoracer-rust:masterfrom
kngwyu:trait-bound

Conversation

@kngwyu
Copy link
Copy Markdown
Collaborator

@kngwyu kngwyu commented Jun 13, 2018

Rebump of #828

@kngwyu kngwyu requested review from TedDriggs and birkenfeld June 13, 2018 08:33
Comment thread src/racer/lib.rs
@@ -1,5 +1,5 @@
#![feature(iterator_flatten)]
Copy link
Copy Markdown
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
Copy Markdown
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