We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3a08a8 commit b174ae4Copy full SHA for b174ae4
1 file changed
examples/rust-qfunctions/ex1-volume-rs/src/lib.rs
@@ -1,6 +1,6 @@
1
#![no_std]
2
#![allow(internal_features)]
3
-#![feature(asm_experimental_arch, abi_ptx, core_intrinsics)]
+#![feature(core_intrinsics)]
4
use core::ffi::c_void;
5
use core::intrinsics::abort;
6
use core::panic::PanicInfo;
0 commit comments