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
TL;DR: Proc macros should emit incomplete functions which proc macro fails to parse as-is, so rust analyzer can understand incomplete functions and suggest auto complete and such features.
TL;DR: Proc macros should emit incomplete functions which proc macro fails to parse as-is, so rust analyzer can understand incomplete functions and suggest auto complete and such features.
Issue in rust analyzer: rust-lang/rust-analyzer#10498
Similar issue for tokio's attribute macros, which is now fixed: tokio-rs/tokio#4154
The text was updated successfully, but these errors were encountered: