-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Fix error explanation formatting #38007
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
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @eddyb (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
Odd, does nothing else use |
It seems such lists are broken when they appear in |
I think the reason the lists aren't working is because of the lack of an empty line before the start of the list. Just adding those should be enough. |
@ollie27, you're absolutely right. I've simplified the fix. |
Ah there we go. @bors r+ rollup |
📌 Commit 984c039 has been approved by |
Fix error explanation formatting Errors E0101, E0458, E0535 and E0537 have incorrectly formatted bulleted lists in their explanations. As the result, they are not rendered as lists in the documentation. The fix applies the correct formatting to those lists.
Errors E0101, E0458, E0535 and E0537 have incorrectly formatted bulleted lists in their explanations. As the result, they are not rendered as lists in the documentation.
The fix applies the correct formatting to those lists.