Pokechu22 cc592ab814 Use fmt::runtime in FmtFormatT
This format string is by definition dynamic and can't be checked at compile time.  There are other similar strings in the log handler and in asserts, but they use vformat and thus don't need fmt::runtime.  We might be able to do a similar thing where the untranslated string is compile-time checked, but FmtFormatT is used in so few places that I don't want to handle that in this PR.
2022-01-13 11:11:08 -08:00
..
2021-12-10 14:49:57 -08:00
2021-12-10 14:49:57 -08:00
2022-01-02 14:39:34 -08:00
2021-07-17 17:46:57 -07:00
2021-12-10 14:49:57 -08:00
2022-01-09 12:43:11 -08:00
2022-01-09 12:44:15 -08:00
2021-10-24 11:48:36 -07:00
2022-01-02 15:36:47 -08:00
2021-07-17 19:29:22 -07:00
2022-01-09 12:44:15 -08:00
2022-01-09 12:44:15 -08:00
2022-01-09 12:43:11 -08:00
2021-11-24 14:56:12 -08:00
2021-11-24 14:56:12 -08:00
2021-12-10 14:49:57 -08:00
2021-07-06 15:01:38 +02:00
2021-12-10 14:49:57 -08:00
2022-01-13 11:11:08 -08:00
2021-12-10 14:49:57 -08:00
2021-10-24 11:48:36 -07:00
2021-12-10 14:49:57 -08:00
2022-01-09 12:43:11 -08:00