mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
385fa9d845
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`