The following code: ``` rust let x: |int,|; ``` does not parse. It should be noted that this already works with closure _expressions_ (e.g., `let x = |x: int,| 1i;`).