onlyerror icon indicating copy to clipboard operation
onlyerror copied to clipboard

Obsessively tiny error derive macro

Results 1 onlyerror issues
Sort by recently updated
recently updated
newest added

We currently use a whole bunch of string interpolation (`format!()`) to generate code, and the situation would be greatly improved by switching to [`proc_macro::quote!()`](https://doc.rust-lang.org/nightly/proc_macro/macro.quote.html) when it is stable. It's behind...

enhancement