]> git.lizzy.rs Git - rust.git/commitdiff
Fixed line numbers in stderr file.
authorAlexander Regueiro <alexreg@me.com>
Fri, 7 Dec 2018 20:46:10 +0000 (20:46 +0000)
committerAlexander Regueiro <alexreg@me.com>
Fri, 7 Dec 2018 23:53:34 +0000 (23:53 +0000)
src/test/rustdoc-ui/failed-doctest-output.stdout

index 52e0cdca9509fda01882a29ab7b559e4da693205..cd19099647c199167ed126338856e54b79b29f2f 100644 (file)
@@ -12,7 +12,7 @@ error[E0425]: cannot find value `no` in this scope
 3 | no
   | ^^ not found in this scope
 
-thread '$DIR/failed-doctest-output.rs - OtherStruct (line 27)' panicked at 'couldn't compile the test', src/librustdoc/test.rs:327:13
+thread '$DIR/failed-doctest-output.rs - OtherStruct (line 27)' panicked at 'couldn't compile the test', src/librustdoc/test.rs:326:13
 note: Run with `RUST_BACKTRACE=1` for a backtrace.
 
 ---- $DIR/failed-doctest-output.rs - SomeStruct (line 21) stdout ----
@@ -21,7 +21,7 @@ thread '$DIR/failed-doctest-output.rs - SomeStruct (line 21)' panicked at 'test
 thread 'main' panicked at 'oh no', $DIR/failed-doctest-output.rs:3:1
 note: Run with `RUST_BACKTRACE=1` for a backtrace.
 
-', src/librustdoc/test.rs:362:17
+', src/librustdoc/test.rs:361:17
 
 
 failures: