From 57bbc1217610bf03a97b30290659e9f56f4faa1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bennet=20Ble=C3=9Fmann?= Date: Mon, 7 Apr 2025 20:48:50 +0200 Subject: [PATCH] remove `rust-intrinsic` ABI --- src/ffi.md | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ffi.md b/src/ffi.md index 76e6950..2d60770 100644 --- a/src/ffi.md +++ b/src/ffi.md @@ -590,7 +590,6 @@ are: * `vectorcall` This is currently hidden behind the `abi_vectorcall` gate and is subject to change. * `Rust` -* `rust-intrinsic` * `system` * `C` * `win64`