]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_error_messages/locales/en-US/codegen_gcc.ftl
lint and remove unused diagnostic
[rust.git] / compiler / rustc_error_messages / locales / en-US / codegen_gcc.ftl
1 codegen_gcc_ranlib_failure =
2     Ranlib exited with code {$exit_code}
3
4 codegen_gcc_linkage_const_or_mut_type =
5     must have type `*const T` or `*mut T` due to `#[linkage]` attribute
6
7 codegen_gcc_unwinding_inline_asm =
8     GCC backend does not support unwinding from inline asm
9
10 codegen_gcc_lto_not_supported =
11     LTO is not supported. You may get a linker error.
12
13 codegen_gcc_invalid_monomorphization_basic_integer =
14     invalid monomorphization of `{$name}` intrinsic: expected basic integer type, found `{$ty}`
15
16 codegen_gcc_invalid_monomorphization_invalid_float_vector =
17     invalid monomorphization of `{$name}` intrinsic: unsupported element type `{$elem_ty}` of floating-point vector `{$vec_ty}`
18
19 codegen_gcc_invalid_monomorphization_not_float =
20     invalid monomorphization of `{$name}` intrinsic: `{$ty}` is not a floating-point type
21
22 codegen_gcc_invalid_monomorphization_unrecognized =
23     invalid monomorphization of `{$name}` intrinsic: unrecognized intrinsic `{$name}`
24
25 codegen_gcc_invalid_monomorphization_expected_signed_unsigned =
26     invalid monomorphization of `{$name}` intrinsic: expected element type `{$elem_ty}` of vector type `{$vec_ty}` to be a signed or unsigned integer type
27
28 codegen_gcc_invalid_monomorphization_unsupported_element =
29     invalid monomorphization of `{$name}` intrinsic: unsupported {$name} from `{$in_ty}` with element `{$elem_ty}` to `{$ret_ty}`
30
31 codegen_gcc_invalid_monomorphization_invalid_bitmask =
32     invalid monomorphization of `{$name}` intrinsic: invalid bitmask `{ty}`, expected `u{$expected_int_bits}` or `[u8; {$expected_bytes}]`
33
34 codegen_gcc_invalid_monomorphization_simd_shuffle =
35     invalid monomorphization of `{$name}` intrinsic: simd_shuffle index must be an array of `u32`, got `{$ty}`
36
37 codegen_gcc_invalid_monomorphization_expected_simd =
38     invalid monomorphization of `{$name}` intrinsic: expected SIMD {$expected_ty} type, found non-SIMD `{$found_ty}`
39
40 codegen_gcc_invalid_monomorphization_mask_type =
41     invalid monomorphization of `{$name}` intrinsic: mask element type is `{$ty}`, expected `i_`
42
43 codegen_gcc_invalid_monomorphization_return_length =
44     invalid monomorphization of `{$name}` intrinsic: expected return type of length {$in_len}, found `{$ret_ty}` with length {$out_len}
45
46 codegen_gcc_invalid_monomorphization_return_length_input_type =
47     invalid monomorphization of `{$name}` intrinsic: expected return type with length {$in_len} (same as input type `{$in_ty}`), found `{$ret_ty}` with length {$out_len}
48
49 codegen_gcc_invalid_monomorphization_return_element =
50     invalid monomorphization of `{$name}` intrinsic: expected return element type `{$in_elem}` (element of input `{$in_ty}`), found `{$ret_ty}` with element type `{$out_ty}`
51
52 codegen_gcc_invalid_monomorphization_return_type =
53     invalid monomorphization of `{$name}` intrinsic: expected return type `{$in_elem}` (element of input `{$in_ty}`), found `{$ret_ty}`
54
55 codegen_gcc_invalid_monomorphization_inserted_type =
56     invalid monomorphization of `{$name}` intrinsic: expected inserted type `{$in_elem}` (element of input `{$in_ty}`), found `{$out_ty}`
57
58 codegen_gcc_invalid_monomorphization_return_integer_type =
59     invalid monomorphization of `{$name}` intrinsic: expected return type with integer elements, found `{$ret_ty}` with non-integer `{$out_ty}`
60
61 codegen_gcc_invalid_monomorphization_mismatched_lengths =
62     invalid monomorphization of `{$name}` intrinsic: mismatched lengths: mask length `{$m_len}` != other vector length `{$v_len}`
63
64 codegen_gcc_invalid_monomorphization_unsupported_cast =
65     invalid monomorphization of `{$name}` intrinsic: unsupported cast from `{$in_ty}` with element `{$in_elem}` to `{$ret_ty}` with element `{$out_elem}`
66
67 codegen_gcc_invalid_monomorphization_unsupported_operation =
68     invalid monomorphization of `{$name}` intrinsic: unsupported operation on `{$in_ty}` with element `{$in_elem}`