We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c3377fb + fa07e1c commit d38bf75Copy full SHA for d38bf75
crates/cpuio/src/lib.rs
@@ -1,7 +1,7 @@
1
//! CPU-level input/output instructions, including `inb`, `outb`, etc., and
2
//! a high level Rust wrapper.
3
4
-#![feature(llvm_asm, const_fn)]
+#![feature(llvm_asm, const_fn_trait_bound)]
5
#![no_std]
6
7
use core::marker::PhantomData;
0 commit comments