1 2 3 4 5 6 7 8
type task_id = int; #[deriving_eq] pub enum Task { TaskHandle(task_id) } fn main() { }