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.
2020-02-03 02:39:15 +01:00
2019-11-01 21:00:00 +01:00
2019-11-01 05:40:48 +01:00
2019-11-01 21:00:00 +01:00
Description
No description provided
512 KiB
Languages
Rust 100%