summary refs log tree commit diff stats
path: root/docs/devel
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2025-05-02 10:18:35 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2025-05-06 16:02:04 +0200
commite4fb0be1d1d6b67df7709d84d16133b64f455ce8 (patch)
tree14fe7ee2b632989b069ca41738c95719e22dc628 /docs/devel
parente0b2b74f70a85b16e9d4a9b6111e09956ae4cfd9 (diff)
downloadfocaccia-qemu-e4fb0be1d1d6b67df7709d84d16133b64f455ce8.tar.gz
focaccia-qemu-e4fb0be1d1d6b67df7709d84d16133b64f455ce8.zip
rust: use std::ffi instead of std::os::raw
This is allowed since Rust 1.64.0.

Reviewed-by: Manos Pitsidianakis <manos.pitsidianakis@linaro.org>
Reviewed-by: Zhao Liu <zhao1.liu@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'docs/devel')
-rw-r--r--docs/devel/rust.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/devel/rust.rst b/docs/devel/rust.rst
index 3cc2841d4d..c7dfba98de 100644
--- a/docs/devel/rust.rst
+++ b/docs/devel/rust.rst
@@ -74,8 +74,6 @@ Supported tools
 QEMU supports rustc version 1.63.0 and newer.  Notably, the following features
 are missing:
 
-* ``core::ffi`` (1.64.0).  Use ``std::os::raw`` and ``std::ffi`` instead.
-
 * ``cast_mut()``/``cast_const()`` (1.65.0).  Use ``as`` instead.
 
 * "let ... else" (1.65.0).  Use ``if let`` instead.  This is currently patched