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

Remove fn ptr comparison from Any cast #48

Merged
merged 2 commits into from
Dec 25, 2021
Merged

Remove fn ptr comparison from Any cast #48

merged 2 commits into from
Dec 25, 2021

Conversation

dtolnay
Copy link
Owner

@dtolnay dtolnay commented Dec 25, 2021

Fixes #47.

This has always just been a debugging aide and not necessary for the soundness of the public API of erased-serde. It helps catch bugs in erased-serde itself so this PR keeps it enabled in our own test suite only.

@dtolnay dtolnay merged commit f9eb4f1 into master Dec 25, 2021
@dtolnay dtolnay deleted the id branch December 25, 2021 19:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Invalid cast from alloc::string::String to alloc::string::String
1 participant