Skip to content

Simplify numeric traits #18640

@brson

Description

@brson
Contributor

Activity

added
B-RFC-approvedBlocker: Approved by a merged RFC but not yet implemented.
on Nov 4, 2014
brendanzab

brendanzab commented on Nov 5, 2014

@brendanzab
Member

I updated the issue description to point to the correct RFC.

brendanzab

brendanzab commented on Nov 6, 2014

@brendanzab
Member

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.

self-assigned this
on Nov 6, 2014
added a commit that references this issue on Nov 14, 2014
ogham

ogham commented on Dec 6, 2014

@ogham
Contributor

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

alexcrichton commented on Mar 17, 2015

@alexcrichton
Member

This has been implemented for some time now, co closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

B-RFC-approvedBlocker: Approved by a merged RFC but not yet implemented.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    No branches or pull requests

      Participants

      @alexcrichton@brson@ogham@brendanzab

      Issue actions

        Simplify numeric traits · Issue #18640 · rust-lang/rust