Closed Hosshii closed 5 months ago
@Hosshii Thank you very much for your contribution!
Usually I try to use absolute path for everything generated by macros (because we don't know in which context they will end up), but here I've missed it.
Thanks!
Hi! Thanks for this useful software.
Description
This pull request addresses a compilation error that occurs when using the crate with a custom Result type alias and deriving certain traits such as
Deserialize
fromserde
. For example:The error message was:
Changes
::core::result::Result
) for Result.Thanks!