We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa84aa1 commit 165e16fCopy full SHA for 165e16f
compiler/rustc_monomorphize/messages.ftl
@@ -17,11 +17,4 @@ monomorphize_start_not_found = using `fn main` requires the standard library
17
18
monomorphize_symbol_already_defined = symbol `{$symbol}` is already defined
19
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
-
27
monomorphize_written_to_path = the full type name has been written to '{$path}'
0 commit comments