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
We compute the pattern using `Expr[pt]` of the prototype `pt` of the
splice, but this is not enough to reject non-matching patterns. The
quoted splices are encoded away before we get to the pattern matching
phase where we could potentially detect that they will not match.
Instead we check that all quote patterns are `Expr[..]` when typing the
pattern.
Fixes#19941
0 commit comments