@@ -17,7 +17,7 @@ tests/actual_tests/rustc_ice.rs ... FAILED
17
17
tests/actual_tests/bad_pattern.rs FAILED:
18
18
command: "rustc" "--error-format=json" "--extern" "basic_fail=$DIR/$DIR/../../../target/$TMP/$TRIPLE/debug/libbasic_fail.rlib" "--extern" "basic_fail=$DIR/$DIR/../../../target/$TMP/$TRIPLE/debug/libbasic_fail-$HASH.rmeta" "-L" "$DIR/$DIR/../../../target/$TMP/$TRIPLE/debug" "-L" "$DIR/$DIR/../../../target/$TMP/$TRIPLE/debug" "--out-dir" "$TMP "tests/actual_tests/bad_pattern.rs" "--edition" "2021"
19
19
20
- error: `miesmätsched types` not found in diagnostics for line 5
20
+ error: `miesmätsched types` not found in diagnostics on line 4
21
21
--> tests/actual_tests/bad_pattern.rs:5:17
22
22
|
23
23
5 | //~^ ERROR: miesmätsched types
@@ -234,7 +234,7 @@ command: "rustc" "--error-format=json" "--extern" "basic_fail=$DIR/$DIR/../../..
234
234
235
235
fail test got exit status: 101, but expected 1
236
236
237
- error: `mismatched types` not found in diagnostics for line 11
237
+ error: `mismatched types` not found in diagnostics on line 10
238
238
--> tests/actual_tests/rustc_ice.rs:11:17
239
239
|
240
240
11 | //~^ ERROR: mismatched types
@@ -539,7 +539,7 @@ full stdout:
539
539
tests/actual_tests_bless/pass_with_annotation.rs FAILED:
540
540
command: "rustc" "--error-format=json" "--extern" "basic_fail=$DIR/$DIR/../../../target/$TMP/$TRIPLE/debug/libbasic_fail.rlib" "--extern" "basic_fail=$DIR/$DIR/../../../target/$TMP/$TRIPLE/debug/libbasic_fail-$HASH.rmeta" "-L" "$DIR/$DIR/../../../target/$TMP/$TRIPLE/debug" "-L" "$DIR/$DIR/../../../target/$TMP/$TRIPLE/debug" "--out-dir" "$TMP "tests/actual_tests_bless/pass_with_annotation.rs" "--edition" "2021"
541
541
542
- error: `the cake is a lie` not found in diagnostics for line 3
542
+ error: `the cake is a lie` not found in diagnostics on line 3
543
543
--> tests/actual_tests_bless/pass_with_annotation.rs:3:12
544
544
|
545
545
3 | //~ ERROR: the cake is a lie
@@ -605,7 +605,7 @@ full stdout:
605
605
tests/actual_tests_bless/revisions_bad.rs (revision `bar`) FAILED:
606
606
command: "rustc" "--error-format=json" "--extern" "basic_fail=$DIR/$DIR/../../../target/$TMP/$TRIPLE/debug/libbasic_fail.rlib" "--extern" "basic_fail=$DIR/$DIR/../../../target/$TMP/$TRIPLE/debug/libbasic_fail-$HASH.rmeta" "-L" "$DIR/$DIR/../../../target/$TMP/$TRIPLE/debug" "-L" "$DIR/$DIR/../../../target/$TMP/$TRIPLE/debug" "--out-dir" "$TMP "tests/actual_tests_bless/revisions_bad.rs" "--cfg=bar" "--edition" "2021"
607
607
608
- error: ``main` function not found in crate `revisions_bad`` not found in diagnostics for line 4
608
+ error: ``main` function not found in crate `revisions_bad`` not found in diagnostics outside the testfile
609
609
--> tests/actual_tests_bless/revisions_bad.rs:4:31
610
610
|
611
611
4 | //@[bar] error-in-other-file: `main` function not found in crate `revisions_bad`
@@ -787,7 +787,7 @@ tests/actual_tests_bless_yolo/rustfix-maybe-incorrect.rs ... ok
787
787
tests/actual_tests_bless_yolo/revisions_bad.rs (revision `bar`) FAILED:
788
788
command: "rustc" "--error-format=json" "--extern" "basic_fail=$DIR/$DIR/../../../target/$TMP/$TRIPLE/debug/libbasic_fail.rlib" "--extern" "basic_fail=$DIR/$DIR/../../../target/$TMP/$TRIPLE/debug/libbasic_fail-$HASH.rmeta" "-L" "$DIR/$DIR/../../../target/$TMP/$TRIPLE/debug" "-L" "$DIR/$DIR/../../../target/$TMP/$TRIPLE/debug" "--out-dir" "$TMP "tests/actual_tests_bless_yolo/revisions_bad.rs" "--cfg=bar" "--edition" "2021"
789
789
790
- error: ``main` function not found in crate `revisions_bad`` not found in diagnostics for line 4
790
+ error: ``main` function not found in crate `revisions_bad`` not found in diagnostics outside the testfile
791
791
--> tests/actual_tests_bless_yolo/revisions_bad.rs:4:31
792
792
|
793
793
4 | //@[bar] error-in-other-file: `main` function not found in crate `revisions_bad`
0 commit comments