Rust doctests fails results in signal: 5, SIGTRAP: trace/breakpoint trap
I’m new to Rust and implementing a list library for familiarisation. So far the normal unit tests run correctly, but when I started writing doc tests, they resulted in what seems to be a runtime error.