Proc macros stopped unwrapping after updating rustup toolchain to 1.70 #7476
-
Summarytitle says all. Reproduction StepsRecordingI tried this:
I expected this to happen: see no errors Instead, this happened: saw my proc macros couldnt get unwrapped due to some metadata error. Helix log~/.cache/helix/helix.log
Platformlinux Terminal Emulatoralacritty Helix Versionhelix 23.05 (7f5940b) |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
You probably need to update rust-analyzer |
Beta Was this translation helpful? Give feedback.
-
proc macros are not handled by helix but RA (as with all language-specific functionality) so this is not an issue with helix |
Beta Was this translation helpful? Give feedback.
-
i managed to fix my issue. for some reason, i had a standalone version of rust-analyzer in my path that took priority over the toolchain one. |
Beta Was this translation helpful? Give feedback.
i managed to fix my issue. for some reason, i had a standalone version of rust-analyzer in my path that took priority over the toolchain one.