v0.2.4
-
Optimized the resulting ASM Code by using
move
on the closure and by not saving it into a variable. -
Preserved more of the original spans, although right now they don't help a lot rust-lang/rust#43081
-
Updated the Fibonacci example
Optimized the resulting ASM Code by using move
on the closure and by not saving it into a variable.
Preserved more of the original spans, although right now they don't help a lot rust-lang/rust#43081
Updated the Fibonacci example