1
1
2
2
running 2 tests
3
- test $DIR/failed-doctest-output.rs - OtherStruct (line 22 ) ... FAILED
4
- test $DIR/failed-doctest-output.rs - SomeStruct (line 12 ) ... FAILED
3
+ test $DIR/failed-doctest-output-windows .rs - OtherStruct (line 25 ) ... FAILED
4
+ test $DIR/failed-doctest-output-windows .rs - SomeStruct (line 15 ) ... FAILED
5
5
6
6
failures:
7
7
8
- ---- $DIR/failed-doctest-output.rs - OtherStruct (line 22 ) stdout ----
8
+ ---- $DIR/failed-doctest-output-windows .rs - OtherStruct (line 25 ) stdout ----
9
9
error[E0425]: cannot find value `no` in this scope
10
- --> $DIR/failed-doctest-output.rs:23 :1
10
+ --> $DIR/failed-doctest-output-windows .rs:26 :1
11
11
|
12
12
LL | no
13
13
| ^^ not found in this scope
@@ -16,7 +16,7 @@ error: aborting due to previous error
16
16
17
17
For more information about this error, try `rustc --explain E0425`.
18
18
Couldn't compile the test.
19
- ---- $DIR/failed-doctest-output.rs - SomeStruct (line 12 ) stdout ----
19
+ ---- $DIR/failed-doctest-output-windows .rs - SomeStruct (line 15 ) stdout ----
20
20
Test executable failed (exit code: 101).
21
21
22
22
stdout:
@@ -26,14 +26,14 @@ stdout 2
26
26
stderr:
27
27
stderr 1
28
28
stderr 2
29
- thread 'main' panicked at 'oh no', $DIR/failed-doctest-output.rs:7:1
29
+ thread 'main' panicked at 'oh no', $DIR/failed-doctest-output-windows .rs:7:1
30
30
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
31
31
32
32
33
33
34
34
failures:
35
- $DIR/failed-doctest-output.rs - OtherStruct (line 22 )
36
- $DIR/failed-doctest-output.rs - SomeStruct (line 12 )
35
+ $DIR/failed-doctest-output-windows .rs - OtherStruct (line 25 )
36
+ $DIR/failed-doctest-output-windows .rs - SomeStruct (line 15 )
37
37
38
38
test result: FAILED. 0 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in $TIME
39
39
0 commit comments