-
Notifications
You must be signed in to change notification settings - Fork 13k
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 10 pull requests #33049
Merged
Merged
Rollup of 10 pull requests #33049
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
Also, change the `Debug` implementation to only show the inner value. Fixes rust-lang#33006.
It's using Copy as a trait object compatible trait, which is not appropriate, change to use a more typical Read + Send + Sync example. Also use whitespace around `+`.
Start documenting BTreeMap's node interface cc @gankro @apasel422
…eklabnik Add examples for std::ptr module functions Part of rust-lang#29371. r? @steveklabnik
Fix link in contributing page Link was broken (404).
Fix f32::sin_cos and f64::sin_cos examples
…hton Implement `Display` and `Hash` for `std::num::Wrapping` Also, change the `Debug` implementation to only show the inner value. Fixes rust-lang#33006.
Update casting-between-types.md
Adjust example for error E0225 Adjust example for error E0225 It's using Copy as a trait object compatible trait, which is not appropriate, change to use a more typical Read + Send + Sync example. Also use whitespace around `+`. This seems appropriate apropos issue rust-lang#32963
syntax: Parse import prefixes as paths Fixes rust-lang#10415 r? @eddyb (This partially intersects with rust-lang#33041)
resolve: Refactor away `DefModifiers` This refactors away `DefModifiers`, which is unneeded now that rust-lang#32875 has landed. r? @eddyb
…agnostics, r=eddyb Fix diagnostics for unresolved patterns This fixes rust-lang#33043, a bug in the diagnostics for unresolved patterns. r? @eddyb
@bors r+ p=20 |
📌 Commit e1db767 has been approved by |
r? @gankro (rust_highfive has picked a reviewer for you, use r? to override) |
⌛ Testing commit e1db767 with merge a626400... |
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.
Display
andHash
forstd::num::Wrapping
#33023, Update casting-between-types.md #33032, Adjust example for error E0225 #33039, syntax: Parse import prefixes as paths #33044, resolve: Refactor awayDefModifiers
#33045, Fix diagnostics for unresolved patterns #33046