Thoren Paulson

Results 2 comments of Thoren Paulson

For what it's worth, I'm seeing the same issue running doctests against my library that uses SDL2 (https://github.com/Rust-SDL2/rust-sdl2). `cargo +1.44.0 test --doc` works.

I think I am able to reproduce what you're seeing, though to me I see a big stack of `do_stuff` as if it was a weird recursive call. Getting the...