about summary refs log tree commit diff
path: root/compiler/rustc_monomorphize/messages.ftl
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2024-12-06 09:06:51 +0000
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2025-06-14 09:57:06 +0000
commit3e944fa3917a58e30d970d2cce42c14c5edf390b (patch)
treee86353894ddba0e0e06c8202632569bf8c4254c3 /compiler/rustc_monomorphize/messages.ftl
parent64033a4ee541c3e9c178fd593e979c74bb798cdc (diff)
downloadrust-3e944fa3917a58e30d970d2cce42c14c5edf390b.tar.gz
rust-3e944fa3917a58e30d970d2cce42c14c5edf390b.zip
Remove all support for wasm's legacy ABI
Diffstat (limited to 'compiler/rustc_monomorphize/messages.ftl')
-rw-r--r--compiler/rustc_monomorphize/messages.ftl7
1 files changed, 0 insertions, 7 deletions
diff --git a/compiler/rustc_monomorphize/messages.ftl b/compiler/rustc_monomorphize/messages.ftl
index 35bedf4318f..2bd19e81b01 100644
--- a/compiler/rustc_monomorphize/messages.ftl
+++ b/compiler/rustc_monomorphize/messages.ftl
@@ -60,11 +60,4 @@ monomorphize_start_not_found = using `fn main` requires the standard library
 
 monomorphize_symbol_already_defined = symbol `{$symbol}` is already defined
 
-monomorphize_wasm_c_abi_transition =
-    this function {$is_call ->
-      [true] call
-      *[false] definition
-    } involves an argument of type `{$ty}` which is affected by the wasm ABI transition
-    .help = the "C" ABI Rust uses on wasm32-unknown-unknown will change to align with the standard "C" ABI for this target
-
 monomorphize_written_to_path = the full type name has been written to '{$path}'