]> git.lizzy.rs Git - rust.git/commit
Auto merge of #46838 - pnkfelix:issue-46112-followup, r=estebank
authorbors <bors@rust-lang.org>
Fri, 22 Dec 2017 16:02:31 +0000 (16:02 +0000)
committerbors <bors@rust-lang.org>
Fri, 22 Dec 2017 16:02:31 +0000 (16:02 +0000)
commit5165ee9e209e0e70d89946ccbb7e90b9c0c3a7ac
tree5b03946495b70a561e7f23d903ea1d634e2abaa1
parent2c037d55891a974be415f9dac32e1bacfbb46210
parentaa030dd3deb438c688c85c32eb75d009378c5f12
Auto merge of #46838 - pnkfelix:issue-46112-followup, r=estebank

Followup for #46112.

Sorting by crate-num should ensure that we favor `std::foo::bar` over
`any_other_crate::foo::bar`.

Interestingly, *this* change had a much larger impact on our internal
test suite than PR #46708 (which was my original fix to #46112).