Files
rust/src/librustc_resolve
bors 0358617e3f Auto merge of #65043 - Aaron1011:fix/reexport-determinism, r=petrochenkov
Make re-export collection deterministic

Fixes https://github.com/rust-lang/rust/issues/65036

Previously, we were using an `FxHashMap` to collect module re-exports.
However, re-exports end up getting serialized into crate metadata, which
means that metadata generation was non-deterministic. This resulted in
spurious error messages changes (e.g. PR #64906) due to pretty-printing
implicitly depending on the order of re-exports when computing the
proper path to show to the user.

See #65042 for a long-term strategy to detect this kind of issue
2019-10-06 08:40:43 +00:00
..
2019-10-05 16:34:38 -04:00
2019-09-23 15:25:00 +09:00
2019-09-26 18:21:48 +01:00
2019-10-05 16:34:38 -04:00
2019-10-03 13:54:07 +02:00