Replies: 1 comment
-
Hmm, it should be working (but also not), that is it should give you different errors at least. #15923 should properly fix that |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've implemented a crate that reexports a function-like proc macro from an internal crate.
I don't want rust analyzer to expand the proc macro so I tried setting
and even:
But to no avail, rust analyzer continues to expand that macro.
All the examples I've found of procMacro.ignored are for attrib like proc macros, so I'm wondering, Is the feature supposed to work with function like proc macros?
Beta Was this translation helpful? Give feedback.
All reactions