Ad
  • Custom User Avatar

    This error is caused by your code, your code doesn't respect the original signature which is fn find_all(sum_dig: u8, digs: u8) -> Option<(usize, u64, u64)>. The testing function in attempt tests contains explicit types, so it cannot pass.