You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there is only one error when something goes wrong (The empty struct BitsError). So it is quite difficult to find out what exactly is causing the error.
Please at least add some indication which struct/enum is causing the error.
For example in the following code the error should point out that Bar has no variant that matches 0b0001:
Currently there is only one error when something goes wrong (The empty struct
BitsError
). So it is quite difficult to find out what exactly is causing the error.Please at least add some indication which struct/enum is causing the error.
For example in the following code the error should point out that
Bar
has no variant that matches0b0001
:The text was updated successfully, but these errors were encountered: