]> git.lizzy.rs Git - rust.git/blob - library/profiler_builtins/src/lib.rs
Merge commit '6ed6f1e6a1a8f414ba7e6d9b8222e7e5a1686e42' into clippyup
[rust.git] / library / profiler_builtins / src / lib.rs
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 #![feature(nll)]
11 #![feature(staged_api)]