Dylan Downey
Results
3
comments of
Dylan Downey
I just ran the test suite successfully, that change should be trivial.
Have you tried wrapping that field in its own struct and implementing `Serialize` on that instead, or do you need to use those attributes on the same field?
Unfortunately, I don't think this can be switched to a warning. Compile errors are handled by `serde::internals::ctxt`, which holds Syn errors. Syn uses Rust's `compile_error!` macro to print them. It...