Skip to content

Commit 0ae0d87

Browse files
committed
Fix some Fluent typos
1 parent ed707a1 commit 0ae0d87

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

compiler/rustc_error_messages/locales/en-US/codegen_gcc.ftl

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ codegen_gcc_invalid_monomorphization_unsupported_element =
2323
invalid monomorphization of `{$name}` intrinsic: unsupported {$name} from `{$in_ty}` with element `{$elem_ty}` to `{$ret_ty}`
2424
2525
codegen_gcc_invalid_monomorphization_invalid_bitmask =
26-
invalid monomorphization of `{$name}` intrinsic: invalid bitmask `{ty}`, expected `u{$expected_int_bits}` or `[u8; {$expected_bytes}]`
26+
invalid monomorphization of `{$name}` intrinsic: invalid bitmask `{$ty}`, expected `u{$expected_int_bits}` or `[u8; {$expected_bytes}]`
2727
2828
codegen_gcc_invalid_monomorphization_simd_shuffle =
2929
invalid monomorphization of `{$name}` intrinsic: simd_shuffle index must be an array of `u32`, got `{$ty}`

compiler/rustc_error_messages/locales/en-US/codegen_ssa.ftl

+2-2
Original file line numberDiff line numberDiff line change
@@ -179,9 +179,9 @@ codegen_ssa_extract_bundled_libs_write_file = failed to write file '{$rlib}': {$
179179
180180
codegen_ssa_unsupported_arch = unsupported arch `{$arch}` for os `{$os}`
181181
182-
codegen_ssa_apple_sdk_error_sdk_path = failed to get {$sdk_name} SDK path: {error}
182+
codegen_ssa_apple_sdk_error_sdk_path = failed to get {$sdk_name} SDK path: {$error}
183183
184-
codegen_ssa_read_file = failed to read file: {message}
184+
codegen_ssa_read_file = failed to read file: {$message}
185185
186186
codegen_ssa_unsupported_link_self_contained = option `-C link-self-contained` is not supported on this target
187187

0 commit comments

Comments
 (0)