about summary refs log tree commit diff
path: root/compiler/rustc_codegen_gcc/messages.ftl
diff options
context:
space:
mode:
authorJhonny Bill Mena <jhonnybillm@gmail.com>2023-07-20 00:20:00 -0400
committerJhonny Bill Mena <jhonnybillm@gmail.com>2023-07-20 00:20:00 -0400
commit7a888fb56e23abded6eb5ec0803f182caacc89cb (patch)
tree3f746bc2da83a91668e99224b26994c635c6be70 /compiler/rustc_codegen_gcc/messages.ftl
parent051615e1986f7a345ee4f073719ab668bb977987 (diff)
downloadrust-7a888fb56e23abded6eb5ec0803f182caacc89cb.tar.gz
rust-7a888fb56e23abded6eb5ec0803f182caacc89cb.zip
UPDATE - replace expected_simd error with one from codegen_ssa
Here I am assuming we want to treat these parameters (input, first, second, third, return) as translatable
Diffstat (limited to 'compiler/rustc_codegen_gcc/messages.ftl')
-rw-r--r--compiler/rustc_codegen_gcc/messages.ftl3
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler/rustc_codegen_gcc/messages.ftl b/compiler/rustc_codegen_gcc/messages.ftl
index 6dc8fdf9818..2fd0daee3e7 100644
--- a/compiler/rustc_codegen_gcc/messages.ftl
+++ b/compiler/rustc_codegen_gcc/messages.ftl
@@ -1,9 +1,6 @@
 codegen_gcc_invalid_minimum_alignment =
     invalid minimum global alignment: {$err}
 
-codegen_gcc_invalid_monomorphization_expected_simd =
-    invalid monomorphization of `{$name}` intrinsic: expected SIMD {$expected_ty} type, found non-SIMD `{$found_ty}`
-
 codegen_gcc_lto_not_supported =
     LTO is not supported. You may get a linker error.