Separate CountIsStar from CountIsParam in rustc_parse_format.
This commit is contained in:
parent
4d45b0745a
commit
1b044da5bb
3 changed files with 10 additions and 8 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue