Skip to content

Commit 165e16f

Browse files
committed
Fix
1 parent fa84aa1 commit 165e16f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

compiler/rustc_monomorphize/messages.ftl

-7
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,4 @@ monomorphize_start_not_found = using `fn main` requires the standard library
1717
1818
monomorphize_symbol_already_defined = symbol `{$symbol}` is already defined
1919
20-
monomorphize_wasm_c_abi_transition =
21-
this function {$is_call ->
22-
[true] call
23-
*[false] definition
24-
} involves an argument of type `{$ty}` which is affected by the wasm ABI transition
25-
.help = the "C" ABI Rust uses on wasm32-unknown-unknown will change to align with the standard "C" ABI for this target
26-
2720
monomorphize_written_to_path = the full type name has been written to '{$path}'

0 commit comments

Comments
 (0)