-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Rollup of 7 pull requests #35683
Closed
Closed
Rollup of 7 pull requests #35683
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The spacing seems inconsistent with existing style conventions.
Update E0261 and E0262 to new error format Fixes rust-lang#35516 and rust-lang#35517 . Part of rust-lang#35233 r? @jonathandturner
Update E0207 label to report parameter type Fixes rust-lang#35642. r? @jonathandturner (Is this okay? I tagged you since it's a simple error fix similar to the other update ones.)
Improve `No stdlib` and related Documentation This renames all lang item function names to the ones used in `libstd` and `libpanic_unwind`. It also explains the `eh_unwind_resume` lang item in the `libcore` documentation, where it was missing. A third function is also needed on certain compilation targets, so this was also added to the `No stdlib` documentation.
Update error E0365 to new format Fixes rust-lang#35633 as part of rust-lang#35233. r? @jonathandturner
Update E0392 to new error format Fixes rust-lang#35631. Part of rust-lang#35233 r? @jonathandturner or @GuillaumeGomez
Update E0322 to new format Fixes rust-lang#35323. Part of rust-lang#35233. r? @GuillaumeGomez
Fix spacing in code of closures.md The spacing seems inconsistent with existing style conventions.
(rust_highfive has picked a reviewer for you, use r? to override) |
@bors r+ |
📌 Commit c0c9967 has been approved by |
⌛ Testing commit c0c9967 with merge edd16a7... |
@bors retry force clean |
This rollup has aged too much and lost its potency, please redo (I might, if I don't forget). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No stdlib
and related Documentation #35663, Update error E0365 to new format #35670, Update E0392 to new error format #35671, Update E0322 to new format #35672, Fix spacing in code of closures.md #35681