rust/compiler/rustc_middle/src/ich
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
..
hcx.rs Add disambiugator to ExpnData 2021-01-23 15:41:17 -05:00
impls_hir.rs Implement the instruction_set attribute 2020-10-08 23:32:20 +01:00
impls_syntax.rs Do not collect tokens for doc comments 2020-11-09 01:47:11 +03:00
impls_ty.rs Make BoundRegion have a kind of BoungRegionKind 2020-12-18 15:27:28 -05:00
mod.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00