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
The macros using proc_macro_hack like select!, try_join! don't work with Rust Analyzer ( rust-lang/rust-analyzer#6835 ).
I don't know what is required to remove proc_macro_hack, but given that it's page says:
Note: As of Rust 1.45 this crate is superseded by native support for #[proc_macro] in expression position. Only consider using this crate if you care about supporting compilers between 1.31 and 1.45.
It could be replaceable with proc_macro, which has better support.
The text was updated successfully, but these errors were encountered:
The macros using
proc_macro_hack
likeselect!
,try_join!
don't work with Rust Analyzer ( rust-lang/rust-analyzer#6835 ).I don't know what is required to remove
proc_macro_hack
, but given that it's page says:It could be replaceable with
proc_macro
, which has better support.The text was updated successfully, but these errors were encountered: