We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried this code foo.rs and ran rustdoc foo.rs:
foo.rs
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.
rustc --version --verbose:
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
The text was updated successfully, but these errors were encountered:
Closing as a duplicate of #70871. I believe it is waiting for an upstream release of pulldown-cmark.
Sorry, something went wrong.
No branches or pull requests
I tried this code
foo.rs
and ranrustdoc foo.rs
:I expected to see this happen:
rustdoc foo.rs
to complete.Instead, this happened:
rustdoc foo.rs
hung indefinitely.Meta
rustc --version --verbose
:The text was updated successfully, but these errors were encountered: