-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Closed
Labels
C-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.

Description
Throughout the new condition module, the type parameter U
is bounded by Copy
. Is this restriction necessary? It's preventing me from using the condition system with a function that returns a struct containing owned pointers without a bunch of type parameter instantiation warnings.
The type parameter V
on the in
method of Trap
has the same restriction.
Metadata
Metadata
Assignees
Labels
C-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
ghost commentedon Dec 31, 2012
This should be fixed by the combination of 8e28f23 and #4291 (once it's merged).
ghost commentedon Jan 4, 2013
This is fixed.
Auto merge of rust-lang#3937 - FrankReh:syscall-eventfd2, r=RalfJung