File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ error[E0425]: cannot find value `no` in this scope
12123 | no
1313 | ^^ not found in this scope
1414
15- thread '$DIR/failed-doctest-output.rs - OtherStruct (line 26)' panicked at 'couldn't compile the test', librustdoc/test.rs:332 :13
15+ thread '$DIR/failed-doctest-output.rs - OtherStruct (line 26)' panicked at 'couldn't compile the test', librustdoc/test.rs:330 :13
1616note: Run with `RUST_BACKTRACE=1` for a backtrace.
1717
1818---- $DIR/failed-doctest-output.rs - SomeStruct (line 20) stdout ----
@@ -21,7 +21,7 @@ thread '$DIR/failed-doctest-output.rs - SomeStruct (line 20)' panicked at 'test
2121thread 'main' panicked at 'oh no', $DIR/failed-doctest-output.rs:3:1
2222note: Run with `RUST_BACKTRACE=1` for a backtrace.
2323
24- ', librustdoc/test.rs:367 :17
24+ ', librustdoc/test.rs:365 :17
2525
2626
2727failures:
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ use std::io::BufReader;
1515use std:: path:: { Path , PathBuf } ;
1616
1717use common;
18- use common:: Config ;
18+ use common:: { Config , Mode } ;
1919use util;
2020
2121use extract_gdb_version;
You can’t perform that action at this time.
0 commit comments