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
Someone is welcome to submit a PR fixing this, if possible. I don't use or really work on the #[quickcheck] macro. It's almost never worth the added dependencies IMO.
This is a minimal example:
Results in
It works if I add
#[allow(trivial_casts)]
, but it should work without flags to the compiler.The text was updated successfully, but these errors were encountered: