-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Invalid rendering for function parameters using destructuring #83852
Labels
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
Comments
GuillaumeGomez
added
the
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
label
Apr 4, 2021
@rustbot claim cat |
Error: Parsing assign command in comment failed: ...'tbot claim' | error: expected end of command at >| ' cat '... Please let |
@rustbot claim |
Dylan-DPC-zz
pushed a commit
to Dylan-DPC-zz/rust
that referenced
this issue
Apr 5, 2021
Render destructured struct function param names as underscore Fixes rust-lang#83852 r? ``@GuillaumeGomez``
Dylan-DPC-zz
pushed a commit
to Dylan-DPC-zz/rust
that referenced
this issue
Apr 5, 2021
Render destructured struct function param names as underscore Fixes rust-lang#83852 r? `@GuillaumeGomez`
jyn514
pushed a commit
to jyn514/rust
that referenced
this issue
Apr 5, 2021
Render destructured struct function param names as underscore Fixes rust-lang#83852 r? ```@GuillaumeGomez```
Dylan-DPC-zz
pushed a commit
to Dylan-DPC-zz/rust
that referenced
this issue
Apr 5, 2021
Render destructured struct function param names as underscore Fixes rust-lang#83852 r? ````@GuillaumeGomez````
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This code:
renders the same in rustdoc, whereas it should be rendered like this:
The text was updated successfully, but these errors were encountered: