From 20482fedcd535e3f50730d39498fddd6723df8ef Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Mon, 21 Jul 2025 19:39:06 +0200 Subject: test cases: avoid missing_abi warning with recent Rust Signed-off-by: Paolo Bonzini --- test cases/rust/4 polyglot/stuff.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test cases/rust') diff --git a/test cases/rust/4 polyglot/stuff.rs b/test cases/rust/4 polyglot/stuff.rs index 30c3a3624..e5d938696 100644 --- a/test cases/rust/4 polyglot/stuff.rs +++ b/test cases/rust/4 polyglot/stuff.rs @@ -1,4 +1,4 @@ #[no_mangle] -pub extern fn f() { +pub extern "C" fn f() { println!("Hello from Rust!"); } -- cgit v1.2.3