Skip to content

public extern_types cause rustdoc ICE #45640

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

Closed
crumblingstatue opened this issue Oct 30, 2017 · 0 comments
Closed

public extern_types cause rustdoc ICE #45640

crumblingstatue opened this issue Oct 30, 2017 · 0 comments
Assignees
Labels
C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.

Comments

@crumblingstatue
Copy link
Contributor

#![feature(extern_types)]

extern { pub type Foo; }
rustc 1.23.0-nightly (90ef3372e 2017-10-29) running on x86_64-unknown-linux-gnu

thread 'rustc' panicked at 'internal error: entered unreachable code', /checkout/src/librustdoc/html/render.rs:1712:16
@TimNN TimNN added T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ labels Oct 31, 2017
@kennytm kennytm self-assigned this Nov 15, 2017
kennytm added a commit to kennytm/rust that referenced this issue Nov 15, 2017
bors added a commit that referenced this issue Nov 18, 2017
…r=QuietMisdreavus

Support `extern type` in rustdoc.

Fixes #45640.

(cc #43467)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

3 participants