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
I'm working on a compiler and I'm using Walrus to compile to WASM, the thing is that when I use Instr::Const {} then rustc tells me that it's actually a tuple struct and not struct syntax. I assume this has to be the proc macro right above the enum definition doing that? My IDE can't understand it
The text was updated successfully, but these errors were encountered:
I'm working on a compiler and I'm using Walrus to compile to WASM, the thing is that when I use
Instr::Const {}
then rustc tells me that it's actually a tuple struct and not struct syntax. I assume this has to be the proc macro right above the enum definition doing that? My IDE can't understand itThe text was updated successfully, but these errors were encountered: