]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #85804 - bjorn3:merge_crate_disambiguator, r=cjgillot
authorbors <bors@rust-lang.org>
Sun, 30 May 2021 14:48:26 +0000 (14:48 +0000)
committerbors <bors@rust-lang.org>
Sun, 30 May 2021 14:48:26 +0000 (14:48 +0000)
Merge CrateDisambiguator into StableCrateId

This simplifies the code and potentially improves performance by reducing the amount of hashed data.

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


Trivial merge