Luca Palmieri
Luca Palmieri
What kind of faults?
> One array that would be very interesting for us are things that translate to `io::Error`s in reqwest, such as `io::ErrorKind::ConnectionReset`, io::ErrorKind::UnexpectedEof`and`io::ErrorKind::BrokenPipe`. Users reported seeing these errors (especially in GitHub...
The style [recommended in the corresponding chapter](https://rust-exercises.com/100-exercises/03_ticket_v1/07_setters#taking-mut-self-as-input) returns `()`, so I don't think the test should allow for a different solution when going for the `&mut self` approach.
I have just run into this on a recent project of mine—one of the generated mutant modifies some pointer-offset-math in an `unsafe` block and gets treated as `MISSED` since the...
> On the other hand perhaps this is a signal that you could try to cover that code with Miri or some similar technique. (I've never tried it; maybe it's...