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
There was an error in that test where you need a QuoteContext
in scope to write quotes. The error did not manifest itself since
a synthetic QuoteContext was generated for all inline methods
from which it was required (disregarding whether they are meant as
macro implementations or not). This behavior was wrong, however,
(see #7407) and hence this test needs fixing.
0 commit comments