We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02afa73 commit a326a18Copy full SHA for a326a18
text/0000-byte-concat.md
@@ -19,8 +19,9 @@ equivalent capability for `[u8]` instead of `str`.
19
# Guide-level explanation
20
[guide-level-explanation]: #guide-level-explanation
21
22
-The `concat_bytes!()` macro concatenates literals into a static byte slice.
23
-The following literal types are supported:
+The `concat_bytes!()` macro concatenates literals into a byte string literal
+(an expression of the type `&[u8; N]`). The following literal types are
24
+supported as inputs:
25
26
- byte string literals (`b"..."`)
27
- byte literals (`b'b'`)
0 commit comments