about summary refs log tree commit diff
path: root/compiler/rustc_mir_transform/src/coverage/mod.rs
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2023-03-05 14:29:09 +0100
committerGitHub <noreply@github.com>2023-03-05 14:29:09 +0100
commit03c1e4d4ffaccddc09ed88238d354f9af7fccb21 (patch)
treebfd923596e7af4db76b2dbac2d16cb1ac41c7a55 /compiler/rustc_mir_transform/src/coverage/mod.rs
parentf7bd8afa076d02488a3e9415a2bec2373ebbd6c9 (diff)
parent52c71e6e2802a50d34ac4a3e96fc2636a3023eb2 (diff)
downloadrust-03c1e4d4ffaccddc09ed88238d354f9af7fccb21.tar.gz
rust-03c1e4d4ffaccddc09ed88238d354f9af7fccb21.zip
Rollup merge of #108626 - ozkanonur:consistent-json-docs, r=aDotInTheVoid
rustdoc-json: switch from HashMap to FxHashMap to fix non-determinism

Using `HashMap` in `rustdoc_json_types::Crate` were causing creating randomly ordered objects in the json doc files. Which might cause problems to people who are doing comparison on those files specially in CI pipelines. See https://github.com/rust-lang/rust/issues/103785#issuecomment-1307425590

This PR fixes that issue and extends the coverage of `tests/run-make/rustdoc-verify-output-files` testing ability.
Diffstat (limited to 'compiler/rustc_mir_transform/src/coverage/mod.rs')
0 files changed, 0 insertions, 0 deletions