Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Output dummy impls on error #707

Open
obmarg opened this issue Jun 7, 2023 · 0 comments
Open

Output dummy impls on error #707

obmarg opened this issue Jun 7, 2023 · 0 comments
Labels
✨ enhancement New feature or request

Comments

@obmarg
Copy link
Owner

obmarg commented Jun 7, 2023

Currently if an error happens in a derive macro, no impl will be output. This means you end up with a ton of errors in all the other macros because some trait or other wasn't implemented, which obscures the actual error.

We should update all the derives to put out dummy impls on failure, so this doesn't happen anymore.

@obmarg obmarg added the ✨ enhancement New feature or request label Jun 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant