about summary refs log tree commit diff
path: root/src/test/codegen/src-hash-algorithm/src-hash-algorithm-md5.rs
diff options
context:
space:
mode:
authorYuki Okushi <huyuumi.dev@gmail.com>2020-08-07 09:35:24 +0900
committerGitHub <noreply@github.com>2020-08-07 09:35:24 +0900
commit19d4e1dcacd8594b05816f1193ca67686aad7998 (patch)
tree905696848513f2ad7607172cf623c0c594b7889a /src/test/codegen/src-hash-algorithm/src-hash-algorithm-md5.rs
parentf49e47348d0d6644063ab8f3e3e2b06ac0339def (diff)
parentebbf07a1544151867e20ff75f740836aba1ff73a (diff)
downloadrust-19d4e1dcacd8594b05816f1193ca67686aad7998.tar.gz
rust-19d4e1dcacd8594b05816f1193ca67686aad7998.zip
Rollup merge of #75210 - nnethercote:change-type-of-available_cgus, r=ecstatic-morse
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/src-hash-algorithm-md5.rs')
0 files changed, 0 insertions, 0 deletions