Skip to content

Commit d38bf75

Browse files
committed
Merge remote-tracking branch 'hanmertens/const-fn-trait-bound'
Merges pull request emk/toyos-rs#9.
2 parents c3377fb + fa07e1c commit d38bf75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/cpuio/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//! CPU-level input/output instructions, including `inb`, `outb`, etc., and
22
//! a high level Rust wrapper.
33
4-
#![feature(llvm_asm, const_fn)]
4+
#![feature(llvm_asm, const_fn_trait_bound)]
55
#![no_std]
66

77
use core::marker::PhantomData;

0 commit comments

Comments
 (0)