Skip to content

Commit d9d12d7

Browse files
committed
Ensure Fluent messages are in alphabetical order
1 parent a3c1f42 commit d9d12d7

File tree

1 file changed

+33
-33
lines changed

1 file changed

+33
-33
lines changed

messages.ftl

+33-33
Original file line numberDiff line numberDiff line change
@@ -1,68 +1,68 @@
1-
codegen_gcc_unwinding_inline_asm =
2-
GCC backend does not support unwinding from inline asm
3-
4-
codegen_gcc_lto_not_supported =
5-
LTO is not supported. You may get a linker error.
1+
codegen_gcc_invalid_minimum_alignment =
2+
invalid minimum global alignment: {$err}
63
74
codegen_gcc_invalid_monomorphization_basic_integer =
85
invalid monomorphization of `{$name}` intrinsic: expected basic integer type, found `{$ty}`
96
10-
codegen_gcc_invalid_monomorphization_invalid_float_vector =
11-
invalid monomorphization of `{$name}` intrinsic: unsupported element type `{$elem_ty}` of floating-point vector `{$vec_ty}`
12-
13-
codegen_gcc_invalid_monomorphization_not_float =
14-
invalid monomorphization of `{$name}` intrinsic: `{$ty}` is not a floating-point type
15-
16-
codegen_gcc_invalid_monomorphization_unrecognized =
17-
invalid monomorphization of `{$name}` intrinsic: unrecognized intrinsic `{$name}`
18-
197
codegen_gcc_invalid_monomorphization_expected_signed_unsigned =
208
invalid monomorphization of `{$name}` intrinsic: expected element type `{$elem_ty}` of vector type `{$vec_ty}` to be a signed or unsigned integer type
219
22-
codegen_gcc_invalid_monomorphization_unsupported_element =
23-
invalid monomorphization of `{$name}` intrinsic: unsupported {$name} from `{$in_ty}` with element `{$elem_ty}` to `{$ret_ty}`
10+
codegen_gcc_invalid_monomorphization_expected_simd =
11+
invalid monomorphization of `{$name}` intrinsic: expected SIMD {$expected_ty} type, found non-SIMD `{$found_ty}`
12+
13+
codegen_gcc_invalid_monomorphization_inserted_type =
14+
invalid monomorphization of `{$name}` intrinsic: expected inserted type `{$in_elem}` (element of input `{$in_ty}`), found `{$out_ty}`
2415
2516
codegen_gcc_invalid_monomorphization_invalid_bitmask =
2617
invalid monomorphization of `{$name}` intrinsic: invalid bitmask `{$ty}`, expected `u{$expected_int_bits}` or `[u8; {$expected_bytes}]`
2718
28-
codegen_gcc_invalid_monomorphization_simd_shuffle =
29-
invalid monomorphization of `{$name}` intrinsic: simd_shuffle index must be an array of `u32`, got `{$ty}`
30-
31-
codegen_gcc_invalid_monomorphization_expected_simd =
32-
invalid monomorphization of `{$name}` intrinsic: expected SIMD {$expected_ty} type, found non-SIMD `{$found_ty}`
19+
codegen_gcc_invalid_monomorphization_invalid_float_vector =
20+
invalid monomorphization of `{$name}` intrinsic: unsupported element type `{$elem_ty}` of floating-point vector `{$vec_ty}`
3321
3422
codegen_gcc_invalid_monomorphization_mask_type =
3523
invalid monomorphization of `{$name}` intrinsic: mask element type is `{$ty}`, expected `i_`
3624
25+
codegen_gcc_invalid_monomorphization_mismatched_lengths =
26+
invalid monomorphization of `{$name}` intrinsic: mismatched lengths: mask length `{$m_len}` != other vector length `{$v_len}`
27+
28+
codegen_gcc_invalid_monomorphization_not_float =
29+
invalid monomorphization of `{$name}` intrinsic: `{$ty}` is not a floating-point type
30+
31+
codegen_gcc_invalid_monomorphization_return_element =
32+
invalid monomorphization of `{$name}` intrinsic: expected return element type `{$in_elem}` (element of input `{$in_ty}`), found `{$ret_ty}` with element type `{$out_ty}`
33+
34+
codegen_gcc_invalid_monomorphization_return_integer_type =
35+
invalid monomorphization of `{$name}` intrinsic: expected return type with integer elements, found `{$ret_ty}` with non-integer `{$out_ty}`
36+
3737
codegen_gcc_invalid_monomorphization_return_length =
3838
invalid monomorphization of `{$name}` intrinsic: expected return type of length {$in_len}, found `{$ret_ty}` with length {$out_len}
3939
4040
codegen_gcc_invalid_monomorphization_return_length_input_type =
4141
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}
4242
43-
codegen_gcc_invalid_monomorphization_return_element =
44-
invalid monomorphization of `{$name}` intrinsic: expected return element type `{$in_elem}` (element of input `{$in_ty}`), found `{$ret_ty}` with element type `{$out_ty}`
45-
4643
codegen_gcc_invalid_monomorphization_return_type =
4744
invalid monomorphization of `{$name}` intrinsic: expected return type `{$in_elem}` (element of input `{$in_ty}`), found `{$ret_ty}`
4845
49-
codegen_gcc_invalid_monomorphization_inserted_type =
50-
invalid monomorphization of `{$name}` intrinsic: expected inserted type `{$in_elem}` (element of input `{$in_ty}`), found `{$out_ty}`
51-
52-
codegen_gcc_invalid_monomorphization_return_integer_type =
53-
invalid monomorphization of `{$name}` intrinsic: expected return type with integer elements, found `{$ret_ty}` with non-integer `{$out_ty}`
46+
codegen_gcc_invalid_monomorphization_simd_shuffle =
47+
invalid monomorphization of `{$name}` intrinsic: simd_shuffle index must be an array of `u32`, got `{$ty}`
5448
55-
codegen_gcc_invalid_monomorphization_mismatched_lengths =
56-
invalid monomorphization of `{$name}` intrinsic: mismatched lengths: mask length `{$m_len}` != other vector length `{$v_len}`
49+
codegen_gcc_invalid_monomorphization_unrecognized =
50+
invalid monomorphization of `{$name}` intrinsic: unrecognized intrinsic `{$name}`
5751
5852
codegen_gcc_invalid_monomorphization_unsupported_cast =
5953
invalid monomorphization of `{$name}` intrinsic: unsupported cast from `{$in_ty}` with element `{$in_elem}` to `{$ret_ty}` with element `{$out_elem}`
6054
55+
codegen_gcc_invalid_monomorphization_unsupported_element =
56+
invalid monomorphization of `{$name}` intrinsic: unsupported {$name} from `{$in_ty}` with element `{$elem_ty}` to `{$ret_ty}`
57+
6158
codegen_gcc_invalid_monomorphization_unsupported_operation =
6259
invalid monomorphization of `{$name}` intrinsic: unsupported operation on `{$in_ty}` with element `{$in_elem}`
6360
64-
codegen_gcc_invalid_minimum_alignment =
65-
invalid minimum global alignment: {$err}
61+
codegen_gcc_lto_not_supported =
62+
LTO is not supported. You may get a linker error.
6663
6764
codegen_gcc_tied_target_features = the target features {$features} must all be either enabled or disabled together
6865
.help = add the missing features in a `target_feature` attribute
66+
67+
codegen_gcc_unwinding_inline_asm =
68+
GCC backend does not support unwinding from inline asm

0 commit comments

Comments
 (0)