On Sun Feb 12, 2023 at 11:28 PM UTC, Evan Johnston wrote:
> @@ -27,7 +27,7 @@ export fn fromc_unsafe(cstr: *const char) const str = {> };> > // Converts a C string to a Hare string in O(n). If the string is not valid> -// UTF-8, abort.> +// UTF-8, return utf8::invalid.
This should be [[encoding::utf8::invalid]]