-
Notifications
You must be signed in to change notification settings - Fork 31
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
[CN] to_bytes and from_bytes crash should display helpful err msg on void pointer #851
Comments
|
Examples here:
|
I believe the error here is because of trying to convert an
Owned
resource but I am not actually sure. I would like info about what failed, but if that's tricky or the semantics are in flux just the source location of the failure would be helpful.This feature is #298
to_bytes.c:
The text was updated successfully, but these errors were encountered: