You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A common use case would be #[doc = include_str!("../../README.md")]. Such include calls currently do not appear to be resolved by rust-analyzer (hovering over the identifier doesn't show the documentation from the README).
It would be great if rust-analyzer could additionally resolve simple custom declarative macros in #[doc = ...], e.g:
A common use case would be
#[doc = include_str!("../../README.md")]
. Such include calls currently do not appear to be resolved by rust-analyzer (hovering over the identifier doesn't show the documentation from the README).It would be great if rust-analyzer could additionally resolve simple custom declarative macros in
#[doc = ...]
, e.g:The text was updated successfully, but these errors were encountered: