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",
|
2019-12-21 13:16:18 +02:00
|
|
|
issue = "none")]
|
2017-02-13 09:57:50 +00:00
|
|
|
#![allow(unused_features)]
|
2019-02-10 16:13:30 +09:00
|
|
|
#![feature(nll)]
|
2017-02-13 09:57:50 +00:00
|
|
|
#![feature(staged_api)]
|