Fix can_run_doc_tests order depends on hash.
authorEric Huss <eric@huss.org>
Sun, 4 Nov 2018 18:38:51 +0000 (10:38 -0800)
committerXimin Luo <infinity0@debian.org>
Thu, 24 Jan 2019 08:29:51 +0000 (08:29 +0000)
commit99a5a04bff89e0b6b7a523b4f1752407f68c830b
tree4b544d333dabe0ea14559438d813d89a51b80cdf
parent794cb0662d59b2224210ff48cb7548c02d48050e
Fix can_run_doc_tests order depends on hash.

The deps are sorted, but the name is the same so the order depends on the metadata hash.
Fix by sorting by the actual name, too.

Gbp-Pq: Name 1002_fix_doc_tests_order_hash.patch
src/cargo/core/compiler/context/mod.rs
tests/testsuite/rename_deps.rs