2022.1.1-nightly.2022-11-15
kazcw
tagged this
14 Nov 20:24
Libraries: Revert changes that were necessitated by a new rule we have decided not to introduce. Parser: - Support mixed constructors/bindings in types. - Disallow zero-length hex sequences in character escapes: `\x`, `\u`, `\u{}`, `\U`, `\U{}` are no longer legal synonyms for `\0` (matches old parser behavior).