Dylan DPC 0b6faca670
Rollup merge of #101000 - m-ou-se:count-is-star, r=nagisa
Separate CountIsStar from CountIsParam in rustc_parse_format.

`rustc_parse_format`'s parser would result in the exact same output for `{:.*}` and `{:.0$}`, making it hard for diagnostics to handle these cases properly.

This splits those cases by adding a new `CountIsStar` enum variant.

This fixes #100995

Prerequisite for https://github.com/rust-lang/rust/pull/100996
2022-08-29 16:49:45 +05:30
..
2022-08-22 07:35:33 +10:00
2021-12-31 12:51:27 -05:00
2022-08-22 07:35:33 +10:00
2022-08-17 08:10:56 +10:00
2022-07-29 15:52:15 +10:00
2022-08-12 16:28:15 -04:00
2022-08-16 11:17:15 +10:00
2022-08-22 07:35:33 +10:00
2022-08-22 07:35:33 +10:00
2022-07-29 15:52:15 +10:00
2021-12-15 23:43:13 +01:00