1
Fork 0

Separate CountIsStar from CountIsParam in rustc_parse_format.

This commit is contained in:
Mara Bos 2022-08-25 14:49:09 +02:00
parent 4d45b0745a
commit 1b044da5bb
3 changed files with 10 additions and 8 deletions

View file

@ -244,7 +244,7 @@ fn format_counts() {
fill: None,
align: AlignUnknown,
flags: 0,
precision: CountIsParam(0),
precision: CountIsStar(0),
precision_span: Some(InnerSpan { start: 3, end: 5 }),
width: CountImplied,
width_span: None,