]> git.lizzy.rs Git - rust.git/blobdiff - src/libprofiler_builtins/lib.rs
Auto merge of #44060 - taleks:issue-43205, r=arielb1
[rust.git] / src / libprofiler_builtins / lib.rs
index 087cc444185b896cdb7e723b6c7d95120594cdd8..6d0d6d115b7163528e3e0a54737ce114124ffe32 100644 (file)
@@ -9,12 +9,10 @@
 // except according to those terms.
 
 #![no_std]
-#![cfg_attr(not(stage0), feature(profiler_runtime))]
-#![cfg_attr(not(stage0), profiler_runtime)]
+#![feature(profiler_runtime)]
+#![profiler_runtime]
 #![unstable(feature = "profiler_runtime_lib",
             reason = "internal implementation detail of rustc right now",
             issue = "0")]
-#![crate_name = "profiler_builtins"]
-#![crate_type = "rlib"]
 #![allow(unused_features)]
 #![feature(staged_api)]