]> git.lizzy.rs Git - rust.git/commit - src/tools/rust-analyzer
Rollup merge of #91366 - notriddle:notriddle/only-show-notable-if-types-are-the-same...
authorMatthias Krüger <matthias.krueger@famsik.de>
Tue, 30 Nov 2021 22:43:32 +0000 (23:43 +0100)
committerGitHub <noreply@github.com>
Tue, 30 Nov 2021 22:43:32 +0000 (23:43 +0100)
commit2b8259af05fb674263a3f848169336ea66fa9520
tree9f645de7c542034324a6c91de28b553d1f21bc50
parentbc929f940426bac7e7d6fc42c7012e04905213ce
parentd4f71d8f86ec00c736b121b22284298ecaf9a6e5
Rollup merge of #91366 - notriddle:notriddle/only-show-notable-if-types-are-the-same, r=GuillaumeGomez

Only show notable traits if both types are the same

Checking only their DefId doesn't work because all slices have the same
fake DefId.

Fixes #91347