We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5e0f6bb + ba3b3bc commit 0747f07Copy full SHA for 0747f07
library/core/src/macros/mod.rs
@@ -1016,7 +1016,7 @@ pub(crate) mod builtin {
1016
/// Concatenates literals into a byte slice.
1017
///
1018
/// This macro takes any number of comma-separated literals, and concatenates them all into
1019
- /// one, yielding an expression of type `&[u8, _]`, which represents all of the literals
+ /// one, yielding an expression of type `&[u8; _]`, which represents all of the literals
1020
/// concatenated left-to-right. The literals passed can be any combination of:
1021
1022
/// - byte literals (`b'r'`)
0 commit comments