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
While trying to implement Lua in Rust, I wanted to write a macro to make writing function signatures easier. When I tested the macro within an extern "C" block, and ran rustc --pretty expanded -Z unstable-options, my computer froze due to all (8 gigs) of my RAM being used up by rustc . An MCVE-