Skip to content

Commit 1c7a801

Browse files
committed
Fix CI
Add missing 'the' to the error en-US translation
1 parent 185ef7b commit 1c7a801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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-
target features {$features} must all be enabled or disabled together
56+
the target features {$features} must all be enabled or disabled together
5757
5858
codegen_llvm_missing_features =
5959
add the missing features in a `target_feature` attribute

0 commit comments

Comments
 (0)