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.rs - OtherStruct (line 25 ) ... FAILED
4
+ test $DIR/failed-doctest-output.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.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.rs:26 :1
11
11
|
12
12
LL | no
13
13
| ^^ not found in this scope
@@ -16,8 +16,8 @@ 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 ----
20
- Test executable failed (exit code 101).
19
+ ---- $DIR/failed-doctest-output.rs - SomeStruct (line 15 ) stdout ----
20
+ Test executable failed (exit status: 101).
21
21
22
22
stdout:
23
23
stdout 1
@@ -32,8 +32,8 @@ note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
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.rs - OtherStruct (line 25 )
36
+ $DIR/failed-doctest-output.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