rust/src/test
Marijn Haverbeke 94d4dcdbf0 Fix bug in handling of block functions in last-use analysis
It would fail to start out with a fresh scope when going over
a loop or block function for the second time, and thus not
recognize last uses of locals defined inside the block.

Closes #1818
2012-02-13 17:55:40 +01:00
..
bench (core::str) rename byte_len -> len_bytes and rename char_len -> len 2012-02-12 15:30:20 -08:00
compile-fail correct error message and add to test 2012-02-13 07:33:16 -08:00
pretty
run-fail
run-pass Fix bug in handling of block functions in last-use analysis 2012-02-13 17:55:40 +01:00