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
This is useful for `-Z minimal-versions` to ensure derived code builds
without warnings on recent Rust versions, which complain about the
earlier custom derive:
```
error: non-local `impl` definition, `impl` blocks should be written at the same level as their item
```
0 commit comments