Skip to content

bool: implement Ord and TotalOrd - #5845

Merged
bors merged 1 commit into
rust-lang:incomingfrom
thestinger:bool
Apr 12, 2013
Merged

bool: implement Ord and TotalOrd#5845
bors merged 1 commit into
rust-lang:incomingfrom
thestinger:bool

Conversation

@thestinger

Copy link
Copy Markdown
Contributor

This is mostly just to make deriving more convenient, which is probably why Haskell does this too.

bors added a commit that referenced this pull request Apr 11, 2013
This is mostly just to make deriving more convenient, which is probably why Haskell does this too.
@borsbors closed this Apr 12, 2013
@bors
bors merged commit 61b2999 into rust-lang:incomingApr 12, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request Jul 26, 2020
…=yaahc
Fix FP `useless_conversion`
Fixrust-lang#5833.
changelog: none
calebcartwright pushed a commit to calebcartwright/rust that referenced this pull request Oct 23, 2023
fixes 5701
Whenever we see an `extern "Rust"` on a function, we don't strip it from the function.
If there's any future desire to have rustfmt remove an explicit "Rust" ABI, as it historically did prior to this change, then we can consider updating the rustfmt config surface to support that scenario
U007D pushed a commit to U007D/rust-mos that referenced this pull request Aug 21, 2026
5845: Omit lenses for not runnable doctests r=matklad a=SomeoneToIgnore
Ideally, we should properly parse the doctest attributes before, but since I need it for the code lens only, this way should suffice for now
Co-authored-by: Kirill Bulatov <mail4score@gmail.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@thestinger@bors