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
Byte literal and string syntax: add missing quote escapes
Current definitions of byte characters and byte literals do not allow
escaped single and double quotes. Updated lexical syntax for byte
characters and strings to allow these characters. This is in sync with
the implementation.
0 commit comments