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