blob: a81d0a63547f8df9ad20c36e3a93f126cffd1b80 [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)]
#![cfg_attr(not(bootstrap), allow(internal_features))]
#![feature(staged_api)]