diff options
author | 2016-01-18 09:24:58 +0100 | |
---|---|---|
committer | 2016-01-18 09:24:58 +0100 | |
commit | f232011fe0ef21fbfe9fefc063501da53e4c1d74 (patch) | |
tree | f644a1848a1070d66a09be39654bc812de31fe35 /src | |
parent | a152e54a9df95a557db7171982a72a9cd73a5e78 (diff) | |
download | rust-x86-f232011fe0ef21fbfe9fefc063501da53e4c1d74.tar.gz rust-x86-f232011fe0ef21fbfe9fefc063501da53e4c1d74.tar.zst rust-x86-f232011fe0ef21fbfe9fefc063501da53e4c1d74.zip |
Include performance counters in default build.
Diffstat (limited to 'src')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#![feature(no_std, core_str_ext, core_slice_ext, const_fn)] +#![feature(const_fn)] #![feature(asm)] #![no_std] #![cfg_attr(test, allow(unused_features))] |