Skip to content

Commit e9a5329

Browse files
committed
Correct tests to match errors
1 parent 1c7a801 commit e9a5329

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

compiler/rustc_error_messages/locales/en-US/codegen_llvm.ftl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ codegen_llvm_unknown_archive_kind =
5353
Don't know how to build archive of type: {$kind}
5454
5555
codegen_llvm_target_feature_disable_or_enable =
56-
the target features {$features} must all be enabled or disabled together
56+
the target features {$features} must all be either enabled or disabled together
5757
5858
codegen_llvm_missing_features =
5959
add the missing features in a `target_feature` attribute
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
error: target features paca, pacg must all be enabled or disabled together
1+
error: the target features paca, pacg must all be either enabled or disabled together
22

33
error: aborting due to previous error
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
error: target features paca, pacg must all be enabled or disabled together
1+
error: the target features paca, pacg must all be either enabled or disabled together
22

33
error: aborting due to previous error
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
error: target features paca, pacg must all be enabled or disabled together
1+
error: the target features paca, pacg must all be either enabled or disabled together
22

33
error: aborting due to previous error
44

0 commit comments

Comments
 (0)