summaryrefslogtreecommitdiffstats
path: root/library/profiler_builtins/src/lib.rs
blob: 0c83bcee06ff41f04cb8dfc5ef12e3e3eb067805 (plain)
1
2
3
4
5
6
7
8
9
10
#![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(staged_api)]