WiSaGaN opened this issue 2 years ago · 2 comments
Would be great to support the newly stabalized (1.67) format args
#[derive(Display)] pub enum Foo { #[display(fmt="{_0}")] Bar(u32), }
Currently it shows "cannot be formatted with the default parameter"
@WiSaGaN this feature is already available on main #182 and will be included in the next release.
main
Didn't know that. Thanks!