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 ran into an issue in #5578 where error!("...") was getting expanded into log(1, "...") instead of __log(1, "..."), which resulted in a compile error. We should add some tests that make sure we can still compile code after macros have been expanded.