1
1
2
2
running 2 tests
3
- test $DIR/failed-doctest-output.rs - OtherStruct (line 25 ) ... FAILED
4
- test $DIR/failed-doctest-output.rs - SomeStruct (line 15 ) ... FAILED
3
+ test $DIR/failed-doctest-output.rs - OtherStruct (line 24 ) ... FAILED
4
+ test $DIR/failed-doctest-output.rs - SomeStruct (line 14 ) ... FAILED
5
5
6
6
failures:
7
7
8
- ---- $DIR/failed-doctest-output.rs - OtherStruct (line 25 ) stdout ----
8
+ ---- $DIR/failed-doctest-output.rs - OtherStruct (line 24 ) stdout ----
9
9
error[E0425]: cannot find value `no` in this scope
10
- --> $DIR/failed-doctest-output.rs:26 :1
10
+ --> $DIR/failed-doctest-output.rs:25 :1
11
11
|
12
12
LL | no
13
13
| ^^ not found in this scope
@@ -16,7 +16,7 @@ error: aborting due to 1 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 15 ) stdout ----
19
+ ---- $DIR/failed-doctest-output.rs - SomeStruct (line 14 ) stdout ----
20
20
Test executable failed (exit status: 101).
21
21
22
22
stdout:
@@ -33,8 +33,8 @@ note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
33
33
34
34
35
35
failures:
36
- $DIR/failed-doctest-output.rs - OtherStruct (line 25 )
37
- $DIR/failed-doctest-output.rs - SomeStruct (line 15 )
36
+ $DIR/failed-doctest-output.rs - OtherStruct (line 24 )
37
+ $DIR/failed-doctest-output.rs - SomeStruct (line 14 )
38
38
39
39
test result: FAILED. 0 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in $TIME
40
40
0 commit comments