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
Fix hygienic-scopes in inner macro expansions (#58965)
Changes from #43151, github just
didn't want me to re-open it.
As discussed on slack, any `hygienic-scope` within an outer
`hygienic-scope` can read and write variables in the outer one, so it's
not particularly hygienic. The result is that we can't safely nest macro
calls unless they know the contents of all inner macro calls.
Should fix#48910.
Co-authored-by: Michiel Dral <m.c.dral@gmail.com>
0 commit comments