diff options
| author | SLASHLogin <loginmlgxd@gmail.com> | 2022-08-25 16:18:06 +0200 |
|---|---|---|
| committer | SLASHLogin <loginmlgxd@gmail.com> | 2022-11-09 14:56:20 +0100 |
| commit | 21b04265c1bac993227a03ad2a0a50d45386a9b5 (patch) | |
| tree | d597189f5ce79e47f65d297be0d047f654e5233c | |
| parent | 1c4bd835ec1bd5a46a433747d8ee49271e6d1515 (diff) | |
| download | rust-21b04265c1bac993227a03ad2a0a50d45386a9b5.tar.gz rust-21b04265c1bac993227a03ad2a0a50d45386a9b5.zip | |
Trailing whitespaces
| -rw-r--r-- | compiler/rustc_error_messages/locales/en-US/codegen_llvm.ftl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/compiler/rustc_error_messages/locales/en-US/codegen_llvm.ftl b/compiler/rustc_error_messages/locales/en-US/codegen_llvm.ftl index c946aacf385..33abf6ce5cf 100644 --- a/compiler/rustc_error_messages/locales/en-US/codegen_llvm.ftl +++ b/compiler/rustc_error_messages/locales/en-US/codegen_llvm.ftl @@ -1,10 +1,10 @@ -codegen_llvm_unknown_ctarget_feature = +codegen_llvm_unknown_ctarget_feature = unknown feature specified for `-Ctarget-feature`: `{$feature}` -codegen_llvm_unknown_feature_prefix = +codegen_llvm_unknown_feature_prefix = features must begin with a `+` to enable or `-` to disable it -codegen_llvm_unknown_feature = +codegen_llvm_unknown_feature = it is still passed through to the codegen backend codegen_llvm_rust_feature = |
