Rust printing of enums not working #539
Unanswered
Strackeror
asked this question in
Q&A
Replies: 1 comment
-
Uh, looks like rustc changed debug representation of enums again :( |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have not been able to debug any enum correctly, on a fresh rust windows install.
Option always evaluates to 'None' and then times out when expanding it. Attempting to show the most basic
enum E{A, B}
always shows A.Beta Was this translation helpful? Give feedback.
All reactions