Skip to content
Snippets Groups Projects
Commit caf06b6e authored by Martin Kröning's avatar Martin Kröning :crab:
Browse files

Gate abi_x86_interrupt feature on x86_64

parent 86ec2722
Branches
Tags
No related merge requests found
......@@ -7,7 +7,7 @@
#![warn(clippy::transmute_ptr_to_ptr)]
#![allow(clippy::missing_safety_doc)]
#![allow(incomplete_features)]
#![feature(abi_x86_interrupt)]
#![cfg_attr(target_arch = "x86_64", feature(abi_x86_interrupt))]
#![feature(allocator_api)]
#![feature(asm_const)]
#![feature(linked_list_cursors)]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment