Skip to content

resolve: collect trait aliases along with traits - #59166

Merged
bors merged 2 commits into
rust-lang:masterfrom
seanmonstar:trait-alias-import
Apr 2, 2019
Merged

resolve: collect trait aliases along with traits#59166
bors merged 2 commits into
rust-lang:masterfrom
seanmonstar:trait-alias-import

Conversation

@seanmonstar

Copy link
Copy Markdown
Contributor

It seems trait aliases weren't being collected as TraitCandidates in resolve, this should change that. (I can't compile the full compiler locally, so relying on CI...)

Fixes #56485

r? @alexreg

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bringing a trait alias into scope doesn't allow calling methods from its component traits

8 participants