1#![no_std]
2#![feature(profiler_runtime)]
3#![profiler_runtime]
4#![unstable(
5 feature = "profiler_runtime_lib",
6 reason = "internal implementation detail of rustc right now",
7 issue = "none"
8)]
9#![allow(unused_features)]
10#![allow(internal_features)]
11#![feature(staged_api)]
12