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
It seems as though using quote_expr!() in a syntax extension after a span_err() will cause rustc to abort early instead of finishing the macro expansion phase.
I hit this in my bytes!() PR, where I ended up having to track whether I had an error and use DummyResult instead of quote_expr!().