@@ -24,7 +24,7 @@ error: `miesmätsched types` not found in diagnostics on line 4
24
24
| ^^^^^^^^^^^^^^^^^^ expected because of this pattern
25
25
|
26
26
27
- error: There were 1 unmatched diagnostics
27
+ error: there were 1 unmatched diagnostics
28
28
--> tests/actual_tests/bad_pattern.rs:4:9
29
29
|
30
30
4 | add("42", 3);
@@ -92,7 +92,7 @@ Execute `DO NOT BLESS. These are meant to fail` to update `tests/actual_tests/ex
92
92
+
93
93
94
94
95
- error: There were 1 unmatched diagnostics
95
+ error: there were 1 unmatched diagnostics
96
96
--> tests/actual_tests/executable_compile_err.rs:4:1
97
97
|
98
98
4 |
@@ -241,7 +241,7 @@ error: `mismatched types` not found in diagnostics on line 10
241
241
| ^^^^^^^^^^^^^^^^ expected because of this pattern
242
242
|
243
243
244
- error: There were 1 unmatched diagnostics
244
+ error: there were 1 unmatched diagnostics
245
245
--> tests/actual_tests/rustc_ice.rs:10:5
246
246
|
247
247
10 | add("42", 3);
@@ -358,7 +358,7 @@ full stdout:
358
358
FAILED TEST: tests/actual_tests_bless/aux_proc_macro_no_main.rs
359
359
command: "rustc" "--error-format=json" "--crate-type=lib" "--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/aux_proc_macro_no_main.rs" "--edition" "2021" "--extern" "the_proc_macro=$DIR/$DIR/../../../target/$TMP/tests/actual_tests_bless/auxiliary/libthe_proc_macro.so" "-L" "$DIR/$DIR/../../../target/$TMP/tests/actual_tests_bless/auxiliary"
360
360
361
- error: There were 1 unmatched diagnostics
361
+ error: there were 1 unmatched diagnostics
362
362
--> tests/actual_tests_bless/aux_proc_macro_no_main.rs:7:8
363
363
|
364
364
7 | thing!(cake);
@@ -470,7 +470,7 @@ command: "rustc" "--error-format=json" "--crate-type=lib" "--extern" "basic_fail
470
470
error: there were 1 unmatched diagnostics that occurred outside the testfile and had no pattern
471
471
Error: cannot mix `bin` crate type with others
472
472
473
- error: There were 1 unmatched diagnostics
473
+ error: there were 1 unmatched diagnostics
474
474
--> tests/actual_tests_bless/no_main_manual.rs:3:16
475
475
|
476
476
3 | pub fn foo() {}
@@ -612,7 +612,7 @@ error: ``main` function not found in crate `revisions_bad`` not found in diagnos
612
612
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected because of this pattern
613
613
|
614
614
615
- error: There were 1 unmatched diagnostics
615
+ error: there were 1 unmatched diagnostics
616
616
--> tests/actual_tests_bless/revisions_bad.rs:10:2
617
617
|
618
618
10 | }
0 commit comments