2017-02-13 09:57:50 +00:00
|
|
|
#![no_std]
|
2017-07-17 09:32:08 -07:00
|
|
|
#![feature(profiler_runtime)]
|
|
|
|
|
#![profiler_runtime]
|
2017-02-13 09:57:50 +00:00
|
|
|
#![unstable(feature = "profiler_runtime_lib",
|
|
|
|
|
reason = "internal implementation detail of rustc right now",
|
|
|
|
|
issue = "0")]
|
|
|
|
|
#![allow(unused_features)]
|
|
|
|
|
#![feature(staged_api)]
|
2019-02-06 22:46:01 +09:00
|
|
|
#![deny(rust_2018_idioms)]
|