blob: bb1f2785deb1bf46d0871ef1c09a69d3c9e21f16 [file] [log] [blame]
#![no_std]
#![feature(profiler_runtime)]
#![profiler_runtime]
#![unstable(
feature = "profiler_runtime_lib",
reason = "internal implementation detail of rustc right now",
issue = "none"
)]
#![allow(unused_features)]
#![feature(nll)]
#![feature(staged_api)]