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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
453 B
Text
Raw Normal View History

2022-08-25 16:18:06 +02:00
codegen_llvm_unknown_ctarget_feature =
unknown feature specified for `-Ctarget-feature`: `{$feature}`
2022-08-25 16:18:06 +02:00
codegen_llvm_unknown_feature_prefix =
features must begin with a `+` to enable or `-` to disable it
2022-08-25 16:18:06 +02:00
codegen_llvm_unknown_feature =
it is still passed through to the codegen backend
codegen_llvm_rust_feature =
you might have meant: `{$rust_feature}`
codegen_llvm_unknown_feature_fill_request =
2022-08-25 16:15:03 +02:00
consider filing a feature request