Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix writing of AnnotatedChars to AnnotatedIOBuffer (#53941)
The AnnotatedString(::AnnotatedChar) constructor actually does not exist. Considering that String(::Char) is not defined, and we don't try this anywhere else, the obvious fix is to just construct the appropriate AnnotatedString here. We can think about more properly Char-optimised writes in the future if it comes up.
- Loading branch information