1b145e8f73de621e6fdcb71ad5b421d16a9858d4
...oops. The introduction and usage of `Compiler::emit_assign` deferred the declaration of a name to be declared *after* the RHS of an assignment had been evaluated. Normally, this is not a problem because you shouldn't be using the LHS that you're assigning in the RHS expression... except when you're defining a function. This has been enabled for functions *only* and well be enabled for other types as necessary. Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
Description
No description provided
Languages
Rust
95.5%
Python
4.2%
Shell
0.3%