rust/tests/compile-fail
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
..
2016-07-06 11:19:24 +02:00
2016-09-13 13:08:57 +02:00
2016-06-23 09:36:37 +02:00
2016-09-22 15:47:16 +02:00
2016-10-15 23:31:42 -06:00
2016-10-15 23:31:42 -06:00
2016-09-27 17:02:04 +02:00
2016-09-22 15:47:16 +02:00
2016-09-22 15:47:16 +02:00