diff options
| author | Nicholas Nethercote <nnethercote@mozilla.com> | 2020-08-06 15:58:23 +1000 |
|---|---|---|
| committer | Nicholas Nethercote <nnethercote@mozilla.com> | 2020-08-07 06:58:14 +1000 |
| commit | ebbf07a1544151867e20ff75f740836aba1ff73a (patch) | |
| tree | 92fe76ada9496359a57f6cb57489467991bcd798 /src/test/codegen/src-hash-algorithm | |
| parent | 60c2e8d438f75aed5192dfa76e4b42a6739f6291 (diff) | |
| download | rust-ebbf07a1544151867e20ff75f740836aba1ff73a.tar.gz rust-ebbf07a1544151867e20ff75f740836aba1ff73a.zip | |
Change the type of `AssertModuleSource::available_cgus`.
It's currently a `BTreeSet<Symbol>`, which is a strange type. The
`BTreeSet` suggests that element order is important, but `Symbol` is a
type whose ordering isn't useful to humans. The ordering of the
collection only manifests in an obscure error message ("no module named
`...`") that doesn't appear in any tests.
This commit changes the `Symbol` to a `String`, which is more
typical.
Diffstat (limited to 'src/test/codegen/src-hash-algorithm')
0 files changed, 0 insertions, 0 deletions
