rust/tests/rustdoc-ui/doctest/failed-doctest-output.stdout

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

41 lines
1.0 KiB
Plaintext
Raw Normal View History

2018-07-09 19:26:22 +00:00
running 2 tests
2022-04-11 16:26:05 +00:00
test $DIR/failed-doctest-output.rs - OtherStruct (line 25) ... FAILED
test $DIR/failed-doctest-output.rs - SomeStruct (line 15) ... FAILED
2018-07-09 19:26:22 +00:00
failures:
2022-04-11 16:26:05 +00:00
---- $DIR/failed-doctest-output.rs - OtherStruct (line 25) stdout ----
error[E0425]: cannot find value `no` in this scope
2022-04-11 16:26:05 +00:00
--> $DIR/failed-doctest-output.rs:26:1
|
LL | no
| ^^ not found in this scope
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0425`.
Couldn't compile the test.
2022-04-11 16:26:05 +00:00
---- $DIR/failed-doctest-output.rs - SomeStruct (line 15) stdout ----
2022-04-07 21:25:16 +00:00
Test executable failed (exit status: 101).
stdout:
stdout 1
stdout 2
stderr:
stderr 1
stderr 2
thread 'main' panicked at $DIR/failed-doctest-output.rs:7:1:
oh no
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2018-07-09 19:26:22 +00:00
failures:
2022-04-11 16:26:05 +00:00
$DIR/failed-doctest-output.rs - OtherStruct (line 25)
$DIR/failed-doctest-output.rs - SomeStruct (line 15)
2018-07-09 19:26:22 +00:00
test result: FAILED. 0 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in $TIME
2018-07-09 19:26:22 +00:00