mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-19 03:20:38 +00:00

Create `core::fmt::ArgumentV1` with generics instead of fn pointer Split from (and prerequisite of) #90488, as this seems to have perf implication. `@rustbot` label: +T-libs