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
Leave \ escapes in char literals in string interpolations
Closes#861
But " must still be escaped as \" inside a string interpolation expression. Removing that one need to escape inside a string interpolation would likely require switching to prefix $ -- see the #861 comment thread
0 commit comments