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

Fix Invalid identifier with ron==0.8.1 #193

Open
Saethox opened this issue Aug 29, 2023 · 0 comments
Open

Fix Invalid identifier with ron==0.8.1 #193

Saethox opened this issue Aug 29, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@Saethox
Copy link
Collaborator

Saethox commented Aug 29, 2023

Serializing PhantomData<T> through serializing std::any::type_name::<T> doesn't seem to be possible with ron==0.8.1.

I'm not sure how to serialize PhantomData otherwise, just omitting would completely erase T, which would lose information.

@Saethox Saethox added the bug Something isn't working label Aug 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant