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 UFCS style calls and "impl-trait-for-trait" #21089

Merged

Conversation

nikomatsakis
Copy link
Contributor

Support UFCS style calls to a method defined in Trait where Self is bound to a trait object. Fixes #20676.

r? @alexcrichton

alexcrichton added a commit to alexcrichton/rust that referenced this pull request Jan 15, 2015
…ble-for-object

Support UFCS style calls to a method defined in `Trait` where `Self` is bound to a trait object. Fixes rust-lang#20676.

r? @alexcrichton
@bors bors merged commit d3cecbf into rust-lang:master Jan 16, 2015
@nikomatsakis nikomatsakis deleted the issue-20676-invalid-vtable-for-object branch March 30, 2016 16:14
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.

static call to invalid vtable
3 participants