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
So, I turned on experimental proc attr macro expansion for a custom macro, but syntax highlighting seems to really not like it when I pass expressions from the attributes to the output. Here's the macro (well, the shortest version of it where I could get the error):
From some testing, it seems that the issue only appears when I try to put the attributes in the output. In every other case, highlighting seemed to work correctly. I also tried changing FilterAttr::filters to Vec<Lit>, but the issue persists.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
So, I turned on experimental proc attr macro expansion for a custom macro, but syntax highlighting seems to really not like it when I pass expressions from the attributes to the output. Here's the macro (well, the shortest version of it where I could get the error):
Here's the problematic highlighting:
From some testing, it seems that the issue only appears when I try to put the attributes in the output. In every other case, highlighting seemed to work correctly. I also tried changing
FilterAttr::filters
toVec<Lit>
, but the issue persists.The text was updated successfully, but these errors were encountered: