Frank Denis 37bc6ee54a std.meta: test that const and mut variables have different addresses
We are checking that two identical, constant values, are stored at
different addresses.

But sharing a unique location doesn't look like something the compiler
wouldn't do.

It may make more sense to check that a const variable and a mutable
variable set to the same value have different addresses.
2020-11-03 16:52:51 -05:00
..
2020-10-28 10:36:19 +01:00
2020-11-01 15:40:42 -05:00
2020-10-28 10:03:23 +01:00
2020-11-02 13:20:58 -05:00
2020-09-04 05:15:03 +03:00
2020-09-11 20:02:41 -04:00
2020-10-19 15:15:43 +02:00
2020-10-07 04:34:09 -04:00
2020-10-28 10:03:23 +01:00
2020-09-04 22:49:14 +03:00
2020-09-22 05:12:21 -07:00