Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doc Links Are Not Always Highlighted Correctly #10782

Closed
alexkolson opened this issue Nov 17, 2021 · 1 comment
Closed

Doc Links Are Not Always Highlighted Correctly #10782

alexkolson opened this issue Nov 17, 2021 · 1 comment

Comments

@alexkolson
Copy link

Thanks so much for rust-anaylzer! It is amazing!

Very minor, but recently I wrote this line as part of a documentation comment in rust:

/// [std::mem::drop] blah blah blah [std::vec::Vec::from_raw_parts]

I noticed that the first doc link was highlighted but not the second one. They both create links to the right items in rust's std documentation when run through rustdoc. Is this a bug? Is this known behavior? Am I doing something wrong here?

Thanks!

@Veykril
Copy link
Member

Veykril commented Nov 17, 2021

Yep this is a known problem currently, #9694

@Veykril Veykril closed this as completed Nov 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants