]> git.lizzy.rs Git - rust.git/blob - src/libprofiler_builtins/lib.rs
Rollup merge of #62644 - arnottcr:std_io-doc, r=steveklabnik
[rust.git] / src / libprofiler_builtins / lib.rs
1 #![no_std]
2 #![feature(profiler_runtime)]
3 #![profiler_runtime]
4 #![unstable(feature = "profiler_runtime_lib",
5             reason = "internal implementation detail of rustc right now",
6             issue = "0")]
7 #![allow(unused_features)]
8 #![feature(nll)]
9 #![feature(staged_api)]