fn main() { do something |x| do somethingelse //~ ERROR: expected `{` but found `do` |y| say(x, y) }