It'd be nice if ``` rust for x: uint in something_generic() { more_generics(something_else_generic(x): f64) } ``` allowed the programmer to give explicit type hints/annotations to patterns and expressions.