Skip to content

Commit 679c165

Browse files
committed
Updateee.
1 parent 3409a49 commit 679c165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/3349-mixed-utf8-literals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ However, for regular string literals that will result in an error in nearly all
8282
# Alternatives
8383
[alternatives]: #alternatives
8484

85-
- Only extend `b""`, but still don't accept `\x` in regular string literals (`""`).
85+
- Only extend `b""` (that is, accept `b"🦀"`), but still do not accept non-ASCII `\x` in regular string literals (that is, keep rejecting `"\xf0\x9f\xa6\x80"`).
8686

8787
- Stabilize `concat_bytes!()` and require writing `"hello\xff你好"` as `concat_bytes!(b"hello\xff", "你好")`.
8888
(Assuming we extend the macro to accept a mix of byte string literals and regular string literals.)

0 commit comments

Comments
 (0)