Skip to content

rustdoc: Fix ICE with cross-crate default impls #23328

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

Merged
merged 1 commit into from
Mar 13, 2015

Conversation

alexcrichton
Copy link
Member

This adds a special code path for impls which are listed as default impls to
ensure that they're loaded correctly.

@rust-highfive
Copy link
Contributor

r? @brson

(rust_highfive has picked a reviewer for you, use r? to override)

@brson
Copy link
Contributor

brson commented Mar 13, 2015

I am so sorry to ask this, but can this ICE be captured in a test case?

@brson
Copy link
Contributor

brson commented Mar 13, 2015

r=me

This adds a special code path for impls which are listed as default impls to
ensure that they're loaded correctly.
@alexcrichton alexcrichton force-pushed the rustdoc-default-impl branch from 2e0123b to 4e25765 Compare March 13, 2015 04:02
@alexcrichton
Copy link
Member Author

@bors: r=brson

@bors
Copy link
Collaborator

bors commented Mar 13, 2015

@bors r=brson 4e25765

Manishearth added a commit to Manishearth/rust that referenced this pull request Mar 13, 2015
…r=brson

 This adds a special code path for impls which are listed as default impls to
ensure that they're loaded correctly.
@bors bors merged commit 4e25765 into rust-lang:master Mar 13, 2015
@alexcrichton alexcrichton deleted the rustdoc-default-impl branch March 13, 2015 20:33
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.

4 participants