rust/src/libprofiler_builtins/lib.rs
2019-12-22 17:42:47 -05:00

11 lines
269 B
Rust

#![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)]