about summary refs log tree commit diff
path: root/compiler/rustc_monomorphize/src/errors.rs
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/src/errors.rs
parent64033a4ee541c3e9c178fd593e979c74bb798cdc (diff)
downloadrust-3e944fa3917a58e30d970d2cce42c14c5edf390b.tar.gz
rust-3e944fa3917a58e30d970d2cce42c14c5edf390b.zip
Remove all support for wasm's legacy ABI
Diffstat (limited to 'compiler/rustc_monomorphize/src/errors.rs')
-rw-r--r--compiler/rustc_monomorphize/src/errors.rs9
1 files changed, 0 insertions, 9 deletions
diff --git a/compiler/rustc_monomorphize/src/errors.rs b/compiler/rustc_monomorphize/src/errors.rs
index acf77b5916e..938c427b56c 100644
--- a/compiler/rustc_monomorphize/src/errors.rs
+++ b/compiler/rustc_monomorphize/src/errors.rs
@@ -100,12 +100,3 @@ pub(crate) struct AbiRequiredTargetFeature<'a> {
     /// Whether this is a problem at a call site or at a declaration.
     pub is_call: bool,
 }
-
-#[derive(LintDiagnostic)]
-#[diag(monomorphize_wasm_c_abi_transition)]
-#[help]
-pub(crate) struct WasmCAbiTransition<'a> {
-    pub ty: Ty<'a>,
-    /// Whether this is a problem at a call site or at a declaration.
-    pub is_call: bool,
-}