We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c4bc34 commit 85665caCopy full SHA for 85665ca
src/tests/rust_guests/dummyguest/src/main.rs
@@ -42,7 +42,7 @@ fn mmio_read() {
42
}
43
44
#[allow(non_snake_case)]
45
-#[no_mangle]
+#[unsafe(no_mangle)]
46
pub extern "win64" fn entrypoint(a: i64, b: i64, c: i32) -> i32 {
47
if a != 0x230000 || b != 1234567890 || c != 4096 {
48
mmio_read();
0 commit comments