Skip to content

rustdoc hangs indefinitely on /// <b #71658

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
sjackman opened this issue Apr 29, 2020 · 1 comment
Closed

rustdoc hangs indefinitely on /// <b #71658

sjackman opened this issue Apr 29, 2020 · 1 comment
Labels
C-bug Category: This is a bug.

Comments

@sjackman
Copy link

I tried this code foo.rs and ran rustdoc foo.rs:

/// <b
pub fn foo() {}

I expected to see this happen: rustdoc foo.rs to complete.

Instead, this happened: rustdoc foo.rs hung indefinitely.

Meta

rustc --version --verbose:

rustc 1.43.0 (4fb7144ed 2020-04-20)
binary: rustc
commit-hash: 4fb7144ed159f94491249e86d5bbd033b5d60550
commit-date: 2020-04-20
host: x86_64-apple-darwin
release: 1.43.0
LLVM version: 9.0
@sjackman sjackman added the C-bug Category: This is a bug. label Apr 29, 2020
@ehuss
Copy link
Contributor

ehuss commented Apr 29, 2020

Closing as a duplicate of #70871. I believe it is waiting for an upstream release of pulldown-cmark.

@ehuss ehuss closed this as completed Apr 29, 2020
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.
Projects
None yet
Development

No branches or pull requests

2 participants