mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-21 04:17:35 +00:00

Try using a `dyn Debug` trait object instead of a closure These closures were introduced in https://github.com/rust-lang/rust/pull/93098 let's see if we can't use fmt::Arguments instead cc `@Aaron1011`