mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 20:45:45 +03:00
7a758ea20a
* Fix closures again Closes #934 Oh god, the rules for parsing closures are even more messed up than I thought - whether or not there is an inner block or depends not only on if there are braces, but also if there is a return type for the closure (!) and if there are statements in the block. * Fix overflow