summary refs log tree commit diff
path: root/src/libprofiler_builtins/lib.rs
blob: 2ce1a110b44c0c8f8d080599ee008f71a7f0dabb (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 = "0")]
#![allow(unused_features)]
#![feature(nll)]
#![feature(staged_api)]
#![deny(rust_2018_idioms)]