Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix handling of loops and conditionals in alias.rs
It now threads information about invalidated aliases through the AST properly. This makes it more permissive for conditionals (invalidating an alias in one branch doesn't prevent you from using it in another), and less permissive for loops (it now properly notices when a loop invalidates an alias that it might still use in another iteration). Closes #1144
- Loading branch information