]> git.lizzy.rs Git - rust.git/commitdiff
Merge #7778
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>
Mon, 1 Mar 2021 14:50:58 +0000 (14:50 +0000)
committerGitHub <noreply@github.com>
Mon, 1 Mar 2021 14:50:58 +0000 (14:50 +0000)
7778: Fix lowering trailing self paths in UseTrees r=Veykril a=Veykril

Noticed that hovering over `self` in a use tree like `use foo::bar::{self}` showing documentation and such for the current module instead of `bar`.

Co-authored-by: Lukas Wirth <lukastw97@gmail.com>

Trivial merge