running 2 tests test $DIR/failed-doctest-output.rs - OtherStruct (line 26) ... FAILED test $DIR/failed-doctest-output.rs - SomeStruct (line 20) ... FAILED failures: ---- $DIR/failed-doctest-output.rs - OtherStruct (line 26) stdout ---- error[E0425]: cannot find value `no` in this scope --> $DIR/failed-doctest-output.rs:27:1 | 3 | no | ^^ not found in this scope thread '$DIR/failed-doctest-output.rs - OtherStruct (line 26)' panicked at 'couldn't compile the test', librustdoc/test.rs:333:13 note: Run with `RUST_BACKTRACE=1` for a backtrace. ---- $DIR/failed-doctest-output.rs - SomeStruct (line 20) stdout ---- thread '$DIR/failed-doctest-output.rs - SomeStruct (line 20)' panicked at 'test executable failed: thread 'main' panicked at 'oh no', $DIR/failed-doctest-output.rs:3:1 note: Run with `RUST_BACKTRACE=1` for a backtrace. ', librustdoc/test.rs:368:17 failures: $DIR/failed-doctest-output.rs - OtherStruct (line 26) $DIR/failed-doctest-output.rs - SomeStruct (line 20) test result: FAILED. 0 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out