-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
B-RFC-approvedBlocker: Approved by a merged RFC but not yet implemented.Blocker: Approved by a merged RFC but not yet implemented.
Description
Tracking rust-lang/rfcs#369
schneiderfelipe
Metadata
Metadata
Assignees
Labels
B-RFC-approvedBlocker: Approved by a merged RFC but not yet implemented.Blocker: Approved by a merged RFC but not yet implemented.
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
brendanzab commentedon Nov 5, 2014
I updated the issue description to point to the correct RFC.
brendanzab commentedon Nov 6, 2014
By the way, I would love to work on implementing this. I will have a great deal more time on my hands after my last exam tomorrow.
auto merge of #18827 : bjz/rust/rfc369-numerics, r=alexcrichton
ogham commentedon Dec 6, 2014
Is there a reason that the Int and Float traits need to implement Copy? I started writing an interface to the MPFR library, but its types need to implement Drop, which means they can't be copied... it's a shame, because it's otherwise a perfect with for Float and FloatMath.
alexcrichton commentedon Mar 17, 2015
This has been implemented for some time now, co closing.