Closed audunhalland closed 8 months ago
#[unimock(api = TestMock)] trait Test { fn f(&self, arg: &i32); } #[test] fn test() { TestMock::f.next_call(matching!(42)).returns_default(); ^^^^^^^^^^^^^ multiple `unimock_try_debug` found }