Skip to content

rustdoc unindents too much #9417

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
alexcrichton opened this issue Sep 23, 2013 · 1 comment
Closed

rustdoc unindents too much #9417

alexcrichton opened this issue Sep 23, 2013 · 1 comment
Labels
T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.

Comments

@alexcrichton
Copy link
Member

http://static.rust-lang.org/doc/master/extra/getopts/index.html

@alexcrichton
Copy link
Member Author

#8125

alexcrichton added a commit to alexcrichton/rust that referenced this issue Sep 23, 2013
There is less implicit removal of various comment styles, and it also removes
extraneous stars occasionally found in docblock comments. It turns out that the
bug for getops was just a differently formatted block.

Closes rust-lang#9425
Closes rust-lang#9417
alexcrichton added a commit to alexcrichton/rust that referenced this issue Sep 24, 2013
There is less implicit removal of various comment styles, and it also removes
extraneous stars occasionally found in docblock comments. It turns out that the
bug for getops was just a differently formatted block.

Closes rust-lang#9425
Closes rust-lang#9417
flip1995 pushed a commit to flip1995/rust that referenced this issue Sep 9, 2022
Don't use `hir_ty_to_ty` in `result_large_err`

fixes rust-lang#9414

This occurs starting with 2022-09-01. I checked that this does fix the ICE on rust-lang/rust@9353538. Not sure which pr caused the late-bound region to leak through `hir_ty_to_ty`.

changelog: None
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant