1 2 3 4
// error-pattern:moop use std; import uint; fn main() { for uint::range(0u, 10u) |_i| { fail "moop"; } }