-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
Some operator fixes for the syntax index #30545
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
Does it need to say that the OpAssign things are unstable? :/ |
They should not exist here until they become stable. Outside of the NIghtly Rust stuff, only stable exists. 😉 |
- Correct the names of the comparison traits (PartialOrd) - Mention only the traits that overload the operator (PartialOrd, PartialEq), not operator-unrelated traits (Ord, Eq). - Add `!=` operator.
7a088e3
to
1b43831
Compare
😞 Ok, they'll live in ignorance of the glorious stuff that exists. Updated PR & description, now it's just the fixes. |
@bors: r+ rollup |
📌 Commit 1b43831 has been approved by |
…bnik book: Some operator fixes for the syntax index - Correct the names of the comparison traits (PartialOrd) - Mention only the traits that overload the operator (PartialOrd, PartialEq), not operator-unrelated traits (Ord, Eq). - Add `!=` operator.
book: Some operator fixes for the syntax index
PartialEq), not operator-unrelated traits (Ord, Eq).
!=
operator.