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.
1 parent 13c4c93 commit 23e1202Copy full SHA for 23e1202
[refs]
@@ -34,4 +34,4 @@ refs/heads/building: 126db549b038c84269a1e4fe46f051b2c15d6970
34
refs/heads/beta: 44a287e6eb22ec3c2a687fc156813577464017f7
35
refs/heads/windistfix: 7608dbad651f02e837ed05eef3d74a6662a6e928
36
refs/tags/1.0.0-alpha: e42bd6d93a1d3433c486200587f8f9e12590a4d7
37
-refs/heads/tmp: ea85d43903ead3317bf6153fea9f77a5c4a904f1
+refs/heads/tmp: 312f8bd850ca4d575b1414badabab4f5aee99c67
branches/tmp/src/test/run-make/alloc-extern-crates/fakealloc.rs
@@ -9,8 +9,8 @@
9
// except according to those terms.
10
11
#![crate_type = "rlib"]
12
+#![feature(no_std, core)]
13
#![no_std]
-#![feature(core)]
14
extern crate core;
15
16
0 commit comments