rust/tests
Scott Olson 49e6c57ef9 Do not pre-allocate local variables.
Thanks to the `Value` locals refactoring, now primitive locals (ints,
floats, chars, bools, and the like) will not require `Allocation`s at
all, and locals that are never initialized at all because of conditional
control flow won't be wasting memory.
2016-10-15 23:31:42 -06:00
..
compile-fail Do not pre-allocate local variables. 2016-10-15 23:31:42 -06:00
run-pass Refactor in preparation for Value locals. 2016-10-14 03:31:45 -06:00
compiletest.rs fix run-pass test error message parsing 2016-09-28 14:53:43 +02:00