rust/src/test
Brian Anderson fbfd8552ab Return a better result from blocks. Closes issue #377
Blocks return in a copy of the result of their ending expression, not the
direct result of the ending expression, as that may be a local variable which
gets zeroed by drop_slot.
2011-05-17 00:46:56 -04:00
..
bench Rewrite everything to use [] instead of vec() in value position. 2011-05-16 18:21:22 -07:00
compile-fail Merge remote branch 'origin/master' into HEAD 2011-05-16 19:04:45 -07:00
run-fail Rewrite everything to use [] instead of vec() in value position. 2011-05-16 18:21:22 -07:00
run-pass Return a better result from blocks. Closes issue #377 2011-05-17 00:46:56 -04:00