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
I've started getting two kinds of errors with stainless:
in expansion of describe!
error: functions used as tests must have signature fn() -> ()
...
in expansion of describe!
error: functions used as benches must have signature `fn(&mut Bencher) -> ()`