rust/src/test
Marijn Haverbeke be5537e95f Be more strict about what constitutes a block expression
Blocks (or statements involving blocks) that end in a semicolon are no
longer considered the block-expression of their outer block. This used
to be an expression block, but now is a statement block:

    { if foo { ret 1; } else { ret 10; } }

This helps clear up some ambiguities in our grammar.
2011-09-13 15:50:03 +02:00
..
bench Merge branch 'unwind' 2011-09-12 09:36:51 -07:00
compile-fail Be more strict about what constitutes a block expression 2011-09-13 15:50:03 +02:00
compiletest Merge branch 'unwind' 2011-09-12 09:36:51 -07:00
pretty Make the pretty printer disambiguatae blocks followed by vec expressions. 2011-09-09 19:47:40 -07:00
run-fail Merge branch 'unwind' 2011-09-12 09:36:51 -07:00
run-pass Make for loop alias-safe 2011-09-13 13:05:59 +02:00
stdtest Merge branch 'unwind' 2011-09-12 09:36:51 -07:00