File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -227,8 +227,7 @@ preceded by the characters `U+0062` (`b`) and `U+0022` (double-quote), and
227
227
followed by the character ` U+0022 ` . If the character ` U+0022 ` is present within
228
228
the literal, it must be _ escaped_ by a preceding ` U+005C ` (` \ ` ) character.
229
229
Alternatively, a byte string literal can be a _ raw byte string literal_ , defined
230
- below. A byte string literal of length ` n ` is equivalent to a ` &'static [u8; n] ` borrowed fixed-sized array
231
- of unsigned 8-bit integers.
230
+ below. The type of a byte string literal of length ` n ` is ` &'static [u8; n] ` .
232
231
233
232
Some additional _ escapes_ are available in either byte or non-raw byte string
234
233
literals. An escape starts with a ` U+005C ` (` \ ` ) and continues with one of the
You can’t perform that action at this time.
0 commit comments