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>
Fri, 9 Nov 2018 10:56:54 +0000 (10:56 +0000)
commitfa0650688d129ed91f2880fafdc64c76e4fd06fb
tree8c8b927aa597ceffb38946f22d86cfb3563ee293
parentaf8bfea8d651ae2b397f8e2062fb13faff4f897f
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