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 6840234 commit e49f961Copy full SHA for e49f961
library/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