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
zb.rs:1:11: 1:15 error: failed to find an implementation of trait std::num::Zero for bool
zb.rs:1 #[deriving(Zero)]
^~~~
Without such an implementation, it's impossible to use #[deriving(Zero)] on structs that contain bools. I presume that the proper "zero" value is false.
The text was updated successfully, but these errors were encountered:
This currently fails:
Without such an implementation, it's impossible to use #[deriving(Zero)] on structs that contain bools. I presume that the proper "zero" value is
false
.The text was updated successfully, but these errors were encountered: