You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to reduce the number of compilations for syn of different versions, it would be useful to upgrade derive_more 0.15, as it depends on syn 0.15. However derive_more 0.99 which uses syn 1.0 is not usable right now because:
Spawned out of #108
In order to reduce the number of compilations for
syn
of different versions, it would be useful to upgradederive_more 0.15
, as it depends onsyn 0.15
. Howeverderive_more 0.99
which usessyn 1.0
is not usable right now because:derive_more::From
, multiple variants with the same fields will have conflicting implementations. In0.15
it simply didn't generate theimpl From<_>
. Don't derive From by default for variants without fields JelteF/derive_more#106The text was updated successfully, but these errors were encountered: