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
It seems I should've used synstructure to walk the fields of the struct. Not sure if that'd address this in particular, but I'd hope it would at least make it not-my-problem.
If you have following tuple struct:
The build fails with the following error:
This may be because the generated implementation looks like this:
Possible reasons:
Recently, this pull request was merged: rust-lang/rust#59421 which introduced this regression: rust-lang/rust#59553
Playground: https://play.rust-lang.org/?version=nightly&mode=debug&edition=2018&gist=1fdfb92bcacca661092abdce42cf8810
The text was updated successfully, but these errors were encountered: