Uh oh!
There was an error while loading. Please reload this page.
Remove the unstable Float trait - #50933
Conversation
rust-highfive
commented
May 21, 2018
(rust_highfive has picked a reviewer for you, use r? to override) |
rust-highfive
commented
May 21, 2018
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
rust-highfive
commented
May 21, 2018
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
5e991f8 to
2208cf1CompareThere was a problem hiding this comment.
since Float is being removed, might be worth updating this doc to be more descriptive
There was a problem hiding this comment.
same as before "inherits from Float" is no longer true
There was a problem hiding this comment.
I’ve now removed this sentence.
Following up to rust-lang#49896 and rust-lang#50629. Fixesrust-lang#32110. E0689 is weird.
withoutboats
commented
May 23, 2018
I have no context |
alexcrichton
commented
May 23, 2018
@bors: r+ |
bors
commented
May 23, 2018
📌 Commit b825477 has been approved by |
bors
commented
May 23, 2018
bors
commented
May 24, 2018
☀️ Test successful - status-appveyor, status-travis |
Following up to #49896 and #50629. Fixes#32110.