Skip to content

Commit

Permalink
Merge remote-tracking branch 'hanmertens/const-fn-trait-bound'
Browse files Browse the repository at this point in the history
Merges pull request emk/toyos-rs#9.
  • Loading branch information
phil-opp committed May 17, 2021
2 parents c3377fb + fa07e1c commit d38bf75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cpuio/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! CPU-level input/output instructions, including `inb`, `outb`, etc., and
//! a high level Rust wrapper.
#![feature(llvm_asm, const_fn)]
#![feature(llvm_asm, const_fn_trait_bound)]
#![no_std]

use core::marker::PhantomData;
Expand Down

0 comments on commit d38bf75

Please sign in to comment.