-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Global error explanations improvements #31679
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
@bors r+ I don't think we should be rewrapping the text in future PRs though. |
📌 Commit 1c87667 has been approved by |
…on, r=Manishearth r? @Manishearth
@Manishearth: I did it only when I found something to change in the file. |
Most of this PR is rewrapped paragraphs with no other change. |
determine the flow of execution. | ||
determine the flow of execution. Erroneous code example: | ||
|
||
```compile_fail |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Manishearth: I added code examples in this file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
?
Scroll down.
@Manishearth: So in conclusion, the rewrapping has only be done on diagnostics files which does have something else to change. |
@GuillaumeGomez yes, my point was, don't do that. There's no clear benefit of either rewrapping choice, and this just causes unnecessary churn to review and fill the history. |
@bors rollup |
…on, r=Manishearth r? @Manishearth
r? @Manishearth