We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 072eb13 + 13cb0c4 commit dd5d58eCopy full SHA for dd5d58e
1 file changed
core/src/fmt/mod.rs
@@ -625,7 +625,7 @@ impl<'a> Formatter<'a> {
625
//
626
// 2) Placeholders representation (e.g. format_args!("hello {name}\n"))
627
// ┌────────────────────────────────┐
628
-// template: │ *const u8 │ ─▷ b"\x06hello \x80\x01\n\x00"
+// template: │ *const u8 │ ─▷ b"\x06hello \xC0\x01\n\x00"
629
// ├────────────────────────────────┤
630
// args: │ &'a [Argument<'a>; _] 0│ (lower bit is 0 due to alignment of Argument type)
631
// └────────────────────────────────┘
0 commit comments