-
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
[docs] pointer::wrapping_sub has typo #81109
Comments
@Lokathor are you interested in making a PR to fix it? |
Josh you know I don't ever dare PR to rust-lang/rust ;3 |
camelid
added
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
A-docs
Area: documentation for any part of the project, including the compiler, standard library, and tools
C-bug
Category: This is a bug.
labels
Jan 18, 2021
@jyn514 can i take this bug? :) |
Go for it! The docs for this will be somewhere in library/, you can find them by hitting |
m-ou-se
added a commit
to m-ou-se/rust
that referenced
this issue
Jan 18, 2021
…evink Fixes rust-lang#81109 - Typo in pointer::wrapping_sub Signed-off-by: soniasingla <[email protected]> Related to issue rust-lang#81109
GuillaumeGomez
added a commit
to GuillaumeGomez/rust
that referenced
this issue
Jan 19, 2021
…evink Fixes rust-lang#81109 - Typo in pointer::wrapping_sub Signed-off-by: soniasingla <[email protected]> Related to issue rust-lang#81109
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
Jan 19, 2021
…laumeGomez Rollup of 8 pull requests Successful merges: - rust-lang#80382 (Improve search result tab handling) - rust-lang#81112 (Remove unused alloc::std::ops re-export.) - rust-lang#81115 (BTreeMap: prefer bulk_steal functions over specialized ones) - rust-lang#81147 (Fix structured suggestion for explicit `drop` call) - rust-lang#81161 (Remove inline script tags) - rust-lang#81164 (Fix typo in simplify.rs) - rust-lang#81166 (remove some outdated comments regarding debug assertions) - rust-lang#81168 (Fixes rust-lang#81109 - Typo in pointer::wrapping_sub) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The docs for pointer::wrapping_sub say
but they should say
.wrapping_neg()
insteadThe text was updated successfully, but these errors were encountered: