]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #5145 - lzutao:rmeta, r=flip1995
authorbors <bors@rust-lang.org>
Sun, 9 Feb 2020 12:44:23 +0000 (12:44 +0000)
committerbors <bors@rust-lang.org>
Sun, 9 Feb 2020 12:44:23 +0000 (12:44 +0000)
Fix error E0460 when compiled on Rustc repo

Sadly, this mostly reverts  #5121. Now I use HashMap to only store one rlib
per crate. But that would not work when non-compatible version of the same crate show up.

changelog: none


Trivial merge