What happened?
Links in Eglot’s help buffer for Rust’s PartialEq macro are not clickable.
Clicking them with mouse shows Nothing to follow at point.
What did you expect to happen?
Links should be clickable, and g f should open it in browser.
Steps to reproduce
- Open a Rust project with
#[derive(PartialEq)]. - Press
Kwith cursor positioned onPartialEq. - Move cursor to one of the two links.
- Click the link with mouse and try
g f.
System information
Loading data dump...