-
Notifications
You must be signed in to change notification settings - Fork 13k
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
nightly cargo doc
panics in font8x8 crate
#60482
Comments
jonas-schievink
added
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.
labels
May 2, 2019
Possibly caused by #60140 |
Here's a minimized reproduction: pub const BASIC_UNICODE: bool = true;
/// # `BASIC_UNICODE`: `A` `|`
/// ```text
/// ```
pub const BASIC_FONTS: bool = true; |
Looks like this is fixed on pulldown-cmark master, but there hasn't been a release with the fix yet. cc @marcusklaas |
euclio
added a commit
to euclio/rust
that referenced
this issue
May 29, 2019
Centril
added a commit
to Centril/rust
that referenced
this issue
May 30, 2019
…laumeGomez upgrade rustdoc's `pulldown-cmark` to 0.5.2 Fixes rust-lang#60482.
pietroalbini
pushed a commit
to pietroalbini/rust
that referenced
this issue
Jun 6, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
cargo +nightly doc
fails for the font8x8 crate. Stable works fine.Meta
Backtrace:
The text was updated successfully, but these errors were encountered: