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

Completions for Deref Coercions #458

Merged
merged 1 commit into from
Jan 2, 2016
Merged

Conversation

Jonesey13
Copy link
Contributor

This fixes Issue #455 by recursively completing on coerced types (see the new tests for examples).

Since this also retroactively solves issue #438 I've removed the changes from my earlier commit #439 as it is now redundant.

N.B. For the tests I had to copy over the definition of the Deref trait since it appears that travis.ci cannot find the source code for crate std.

@Jonesey13 Jonesey13 force-pushed the deref branch 6 times, most recently from 43cdd97 to 771b78d Compare January 2, 2016 01:37
phildawes added a commit that referenced this pull request Jan 2, 2016
Completions for Deref Coercions
@phildawes phildawes merged commit c94a17f into racer-rust:master Jan 2, 2016
@phildawes
Copy link
Collaborator

Oh nice! Thanks v much @Jonesey13

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.

2 participants