]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-ui/failed-doctest-output.stdout
Set RUST_BACKTRACE=0 for rustdoc-ui/failed-doctest-output.rs
[rust.git] / src / test / rustdoc-ui / failed-doctest-output.stdout
1
2 running 2 tests
3 test $DIR/failed-doctest-output.rs - OtherStruct (line 27) ... FAILED
4 test $DIR/failed-doctest-output.rs - SomeStruct (line 21) ... FAILED
5
6 failures:
7
8 ---- $DIR/failed-doctest-output.rs - OtherStruct (line 27) stdout ----
9 error[E0425]: cannot find value `no` in this scope
10  --> $DIR/failed-doctest-output.rs:28:1
11   |
12 3 | no
13   | ^^ not found in this scope
14
15 thread '$DIR/failed-doctest-output.rs - OtherStruct (line 27)' panicked at 'couldn't compile the test', librustdoc/test.rs:332:13
16 note: Run with `RUST_BACKTRACE=1` for a backtrace.
17
18 ---- $DIR/failed-doctest-output.rs - SomeStruct (line 21) stdout ----
19 thread '$DIR/failed-doctest-output.rs - SomeStruct (line 21)' panicked at 'test executable failed:
20
21 thread 'main' panicked at 'oh no', $DIR/failed-doctest-output.rs:3:1
22 note: Run with `RUST_BACKTRACE=1` for a backtrace.
23
24 ', librustdoc/test.rs:367:17
25
26
27 failures:
28     $DIR/failed-doctest-output.rs - OtherStruct (line 27)
29     $DIR/failed-doctest-output.rs - SomeStruct (line 21)
30
31 test result: FAILED. 0 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out
32