]> git.lizzy.rs Git - rust.git/commitdiff
Fix some Fluent typos
authorclubby789 <jamie@hill-daniel.co.uk>
Thu, 19 Jan 2023 23:53:26 +0000 (23:53 +0000)
committerclubby789 <jamie@hill-daniel.co.uk>
Fri, 27 Jan 2023 11:27:37 +0000 (11:27 +0000)
compiler/rustc_error_messages/locales/en-US/codegen_gcc.ftl
compiler/rustc_error_messages/locales/en-US/codegen_ssa.ftl

index 08ce5172574ac3bb1af28314ec2200a26b8d221a..6101b28ab0cdde9a42b69834de91ea4bff2d6198 100644 (file)
@@ -23,7 +23,7 @@ codegen_gcc_invalid_monomorphization_unsupported_element =
     invalid monomorphization of `{$name}` intrinsic: unsupported {$name} from `{$in_ty}` with element `{$elem_ty}` to `{$ret_ty}`
 
 codegen_gcc_invalid_monomorphization_invalid_bitmask =
-    invalid monomorphization of `{$name}` intrinsic: invalid bitmask `{ty}`, expected `u{$expected_int_bits}` or `[u8; {$expected_bytes}]`
+    invalid monomorphization of `{$name}` intrinsic: invalid bitmask `{$ty}`, expected `u{$expected_int_bits}` or `[u8; {$expected_bytes}]`
 
 codegen_gcc_invalid_monomorphization_simd_shuffle =
     invalid monomorphization of `{$name}` intrinsic: simd_shuffle index must be an array of `u32`, got `{$ty}`
index c8c7afb5f919632b8555682136978d0ea4dc4c99..4924105128db6eb1d55afa46efdb612999b7fd5b 100644 (file)
@@ -179,9 +179,9 @@ codegen_ssa_extract_bundled_libs_write_file = failed to write file '{$rlib}': {$
 
 codegen_ssa_unsupported_arch = unsupported arch `{$arch}` for os `{$os}`
 
-codegen_ssa_apple_sdk_error_sdk_path = failed to get {$sdk_name} SDK path: {error}
+codegen_ssa_apple_sdk_error_sdk_path = failed to get {$sdk_name} SDK path: {$error}
 
-codegen_ssa_read_file = failed to read file: {message}
+codegen_ssa_read_file = failed to read file: {$message}
 
 codegen_ssa_unsupported_link_self_contained = option `-C link-self-contained` is not supported on this target