File tree 3 files changed +5
-6
lines changed
3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ mod __doctest_mod {{
131
131
.output()
132
132
.expect(\" failed to run command\" );
133
133
if !out.status.success() {{
134
- eprintln !(\" {{}}\" , String::from_utf8_lossy(&out.stderr));
134
+ eprint !(\" {{}}\" , String::from_utf8_lossy(&out.stderr));
135
135
ExitCode::FAILURE
136
136
}} else {{
137
137
ExitCode::SUCCESS
File renamed without changes.
Original file line number Diff line number Diff line change 1
1
2
2
running 1 test
3
- test tests/rustdoc-ui/ edition-2024-doctest -error-output.rs - (line 10) ... FAILED
3
+ test $DIR/ edition-2024-error-output.rs - (line 10) ... FAILED
4
4
5
5
failures:
6
6
7
- ---- tests/rustdoc-ui/ edition-2024-doctest -error-output.rs - (line 10) stdout ----
7
+ ---- $DIR/ edition-2024-error-output.rs - (line 10) stdout ----
8
8
9
- thread 'main' panicked at /tmp/rustdoctestSZq9aS /doctest_bundle_2024.rs:6:1:
9
+ thread 'main' panicked at /tmp/rustdoctestbhbYqX /doctest_bundle_2024.rs:6:1:
10
10
assertion `left == right` failed
11
11
left: 4
12
12
right: 5
@@ -24,9 +24,8 @@ stack backtrace:
24
24
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
25
25
26
26
27
-
28
27
failures:
29
- tests/rustdoc-ui/ edition-2024-doctest -error-output.rs - (line 10)
28
+ $DIR/ edition-2024-error-output.rs - (line 10)
30
29
31
30
test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in $TIME
32
31
You can’t perform that action at this time.
0 commit comments