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.
1 parent c3377fb commit fa07e1cCopy full SHA for fa07e1c
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