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)
committerVasudev Kamath <vasudev@copyninja.info>
Tue, 11 Dec 2018 15:27:21 +0000 (15:27 +0000)
commitb611f0dc11929f0e02a076614bbfed6d64eebfd8
treeda145536025daa866ac391fac9119194b4a4bbf2
parentbe9e677dafe931c175f770175e5988d46cdbac89
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