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>
Tue, 20 Nov 2018 06:50:59 +0000 (06:50 +0000)
commit57ae39243b5b956420d7608eea3cba0d00e2e7ef
tree1d082a2cd1feb0a672ffbabfbd50b892e32f6429
parentd2d39031619f7ad2df09828edf93f9a57ecf5288
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