rust-lang / rls

Repository for the Rust Language Server (aka RLS)
Other
3.51k stars 257 forks source link

Hover not working for turbofish type #186

Closed sophiajt closed 7 years ago

sophiajt commented 7 years ago

I just noticed that I can hover the Vec here:

screen shot 2017-02-28 at 2 08 20 pm

But I can't hover the Vec here:

screen shot 2017-02-28 at 2 08 33 pm

Notice though that both of them I can do goto def on both. Odd that the hover doesn't work but goto def does...

nrc commented 7 years ago

Closing in favour of https://github.com/nrc/rls-analysis/issues/52

Goto def working but not hover is presumably because Racer is working but not save-analysis.