-
Notifications
You must be signed in to change notification settings - Fork 152
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
Better Error handling #5
Comments
The way I'd want to do this would be to not use |
I think this will be overkill to do that like that. |
early transformation decoding
@TeXitoi |
I thought it was now integrated directly in syn, but it seems you know better than me the proc macro ecosystem ;-) Sure, I'll accept with pleasure. For perfect errors, you might have to change some code around to not loose span information. |
For the record: AFAIK Just so you know - I am working on this, will make a PR in two days or so |
OK, seeing the span handling from a bit away in syn confused me about that. I wait for your PR! Thanks! |
@TeXitoi By the way, I think we can close this |
Of course. Thanks again. |
The custom derive should dump great error message instead of just generating dumb code in case of bad usage.
The text was updated successfully, but these errors were encountered: