We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
#![no_core]
#![no_std]
1 parent 128dc09 commit 9d23889Copy full SHA for 9d23889
library/profiler_builtins/src/lib.rs
@@ -1,11 +1,12 @@
1
// tidy-alphabetical-start
2
#![allow(internal_features)]
3
+#![feature(no_core)]
4
#![feature(profiler_runtime)]
5
#![feature(staged_api)]
6
// tidy-alphabetical-end
7
8
// Other attributes:
-#![no_std]
9
+#![no_core]
10
#![profiler_runtime]
11
#![unstable(
12
feature = "profiler_runtime_lib",
0 commit comments