-
Not sure if this is better suited as a bug report or not, but recently I cloned https://github.com/rust-lang/rust and configured rust-analyzer for development on rustc. Ever since then, however, other unrelated projects have begun to show this error on all proc macros. I'm not really sure what setting may have been messed with to break this, but I can't really find much about it online. I'm on the latest Nightly ( Edit: My initial thinking is it's something to do with a proc macro server configuration conflict or something. All rustc-specific configuration does seem to be confined to that project's |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hmm, the only thiings that can affect it here are modifying your editors |
Beta Was this translation helpful? Give feedback.
-
I had the same issue after |
Beta Was this translation helpful? Give feedback.
Hmm, the only thiings that can affect it here are modifying your editors
settings.json
(double check that file) or having somehow set a toolchain override that might mess with things.