]> git.lizzy.rs Git - rust.git/commitdiff
Merge #9138
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>
Fri, 4 Jun 2021 17:45:37 +0000 (17:45 +0000)
committerGitHub <noreply@github.com>
Fri, 4 Jun 2021 17:45:37 +0000 (17:45 +0000)
9138: feat: Implement hover for lints r=Veykril a=Veykril

fixes https://github.com/rust-analyzer/rust-analyzer/issues/8857, fixes https://github.com/rust-analyzer/rust-analyzer/issues/3941

![URXBanNxYe](https://user-images.githubusercontent.com/3757771/120830905-4bd8da80-c55f-11eb-9f55-ff5a321726fa.gif)

We also generate the default lints(and lint groups ðŸŽ‰) instead now by invoking `rustc -W help` and parsing the output from that.

Co-authored-by: Lukas Wirth <lukastw97@gmail.com>
1  2 
crates/ide/src/hover.rs

Simple merge