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 5c1fcb5 commit 6fec9caCopy full SHA for 6fec9ca
src/lib.rs
@@ -1,10 +1,8 @@
1
//! Definitions of register addresses and bits within those registers
2
3
#![feature(llvm_asm)]
4
-#![feature(const_fn)]
5
#![feature(associated_type_defaults)]
6
#![feature(lang_items)]
7
-#![feature(unwind_attributes)]
8
#![feature(proc_macro_hygiene)]
9
10
#![no_std]
0 commit comments