rust/compiler
Aaron Hill 3540f9396a
Add disambiugator to ExpnData
Due to macro expansion, its possible to end up with two distinct
`ExpnId`s that have the same `ExpnData` contents. This violates the
contract of `HashStable`, since two unequal `ExpnId`s will end up with
equal `Fingerprint`s.

This commit adds a `disambiguator` field to `ExpnData`, which is used to
force two otherwise-equivalent `ExpnData`s to be distinct.
2021-01-23 15:41:17 -05:00
..
2020-12-26 18:24:10 +01:00
2020-12-14 22:00:46 -05:00
2021-01-21 21:41:46 -08:00
2021-01-21 21:41:46 -08:00
2021-01-16 18:56:37 -05:00
2021-01-21 21:43:28 -08:00
2021-01-23 15:41:17 -05:00
2021-01-16 18:56:37 -05:00
2021-01-16 18:56:37 -05:00