]> git.lizzy.rs Git - rust.git/commit - src/tools/rust-analyzer
Rollup merge of #83051 - GuillaumeGomez:sidebar-trait-items-order, r=CraftSpider...
authorDylan DPC <dylan.dpc@gmail.com>
Wed, 24 Mar 2021 00:52:27 +0000 (01:52 +0100)
committerGitHub <noreply@github.com>
Wed, 24 Mar 2021 00:52:27 +0000 (01:52 +0100)
commitf134ca3864f8c66d6dd01e576ce9b0125eb58210
tree7b59a4188767172dee1f54fc8d91aabeabf37203
parent673d0db5e393e9c64897005b470bfeb6d5aec61b
parent801ee834654c2c30e27b4e37da6c7bcab05de6a3
Rollup merge of #83051 - GuillaumeGomez:sidebar-trait-items-order, r=CraftSpider,jyn514

Sidebar trait items order

We were actually sorting `Symbol` and not `String`, creating a completely invalid sort result. I added a test to prevent regressions.

r? ``@jyn514``