diff options
author | 2015-05-26 18:03:42 +0200 | |
---|---|---|
committer | 2015-05-26 18:03:42 +0200 | |
commit | cafd17b35dc7144a183f684c74c68d889b7603aa (patch) | |
tree | 5402009aa5311835b965da0b5c4dd169e9be3b40 /src | |
parent | 65685443c9f3c082ca8e7bc0f72f2da4f47ddb00 (diff) | |
download | rust-x86-cafd17b35dc7144a183f684c74c68d889b7603aa.tar.gz rust-x86-cafd17b35dc7144a183f684c74c68d889b7603aa.tar.zst rust-x86-cafd17b35dc7144a183f684c74c68d889b7603aa.zip |
Switch to using namespaced bitflags
Diffstat (limited to 'src')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ #![crate_type="rlib"] #![feature(no_std)] #![feature(asm)] +#![feature(associated_consts)] #![feature(core)] #[macro_use] |