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 9b48431 commit fda0301Copy full SHA for fda0301
library/core/src/fmt/mod.rs
@@ -303,7 +303,7 @@ pub struct FormattingOptions {
303
/// │ └─ 3: Alignment not set. (default)
304
/// └─ Always zero.
305
/// ```
306
- // Note: This could use a special niche type with range 0x8000_0000..=0xfdd0ffff.
+ // Note: This could use a pattern type with range 0x0000_0000..=0x7dd0ffff.
307
// It's unclear if that's useful, though.
308
flags: u32,
309
/// Width if width flag (bit 27) above is set. Otherwise, always 0.
0 commit comments