Patrick Lühne
81b9ca4cfa
Require identity equality for variable declarations
Variable declarations should only be considered equal if their identity is equal. In other words, just because two different variable declarations share the same name, they aren’t automatically equal. This is to support situations in which nested variable declarations shadow variable declarations of the same name at a higher level.
Description
No description provided
Languages
Rust
100%