-
Notifications
You must be signed in to change notification settings - Fork 105
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
More Error(UnsupportedType)
Feedback
#396
Comments
Yes, ideally we report more details to help people with this. However, a lot of things will be changing with #340 which I'm actively working on so I'd like to hold off on other changes until then. |
Ok, cool, understand. |
FWIW after an upgrade of
I see there are handfuls of past discussions on this "ordering problem". My read is that they are all resolved, and should be handled inside the serializer? Do I have that wrong? In any case, is there a good reference for what "should work", e.g. do struct-fields need to be arranged in a particular order, etc. |
This will help with debugging This only addresses toml-rs#396 for `toml_edit`. The rest won't be addressed until toml-rs#340 is resolved.
Really helpful library, thanks so much for your work on it.
This issue is borne of dan-fritchman/Layout21#33, in which:
struct
s, with lots of fields, internal types, and external types along the waytoml::to_string()
Question: is there any good way to get more than
UnsupportedType
as feedback here?(Set a setting, submit a PR to improve the error message, whatever.)
Thanks again!
The text was updated successfully, but these errors were encountered: