Open
Description
Given this code:
struct Foo;
/// Like [`Foo`] but better.
struct Bar;
fn main() {
let x = Ba$0r;
}
A hover produces:
Foo
when clicked, links to: https://docs.rs/rust_playground/*/rust_playground/struct.Foo.html
I think it should behave like these links: