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
Yes, to show intentional interpolation. The compile-time scope shouldn't leak into the run-time scope.
For example, the result variable of the macro shouldn't leak in the result variable of a proc you are building like #7791.
The following code produces the compiler error:
The text was updated successfully, but these errors were encountered: