Skip to content

Commit 8294882

Browse files
committed
activate feature(abi_x86_interrupt)
1 parent 734c419 commit 8294882

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#![cfg_attr(feature = "const_fn", feature(const_fn_fn_ptr_basics))] // IDT new()
88
#![cfg_attr(feature = "const_fn", feature(const_fn_trait_bound))] // PageSize marker trait
99
#![cfg_attr(feature = "inline_asm", feature(asm))]
10+
#![cfg_attr(feature = "inline_asm", feature(asm_const))] // software_interrupt
1011
#![cfg_attr(feature = "abi_x86_interrupt", feature(abi_x86_interrupt))]
1112
#![cfg_attr(docsrs, feature(doc_cfg))]
1213
#![warn(missing_docs)]

0 commit comments

Comments
 (0)