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

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

40 lines
1.1 KiB
Plaintext
Raw Normal View History

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