fix: use anon-const for wrapping expanded impls#427
fix: use anon-const for wrapping expanded impls#427matthew-russo merged 2 commits intoproptest-rs:masterfrom
Conversation
|
@matthew-russo PTAL when you have time, as it blocks nightly CIs on projects like Reth (https://github.com/paradigmxyz/reth/actions/runs/8048254493/job/21979197918) |
|
looks like nightly has failing unit tests i'll try to give a look one evening this week. if you get to it first, let me know |
|
@matthew-russo ah, it's an easy one, fixed! Can you please re-run the CI? |
|
Thanks, I'll try to cut a release this week as we have a couple fixes pending |
|
Hey @matthew-russo, any updates on this? I saw |
|
Sorry I had to take some time away to deal with projects at home. I'll be triaging issues this week and throw cutting a derive release in there as well |
On latest nightly, with the introduction of rust-lang/rust#120363, proptest derives don't pass lints anymore, e.g.
This fix is similar to dtolnay/typetag@d51f4ad, i.e. use anon const expressions instead of named ones.