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 df52c6a commit 0c00b56Copy full SHA for 0c00b56
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: ea85d43903ead3317bf6153fea9f77a5c4a904f1
+refs/heads/master: 312f8bd850ca4d575b1414badabab4f5aee99c67
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: ac134f7ca435551964996ee88319241cd3c7c110
5
refs/heads/try: ccf8fedf1cffcb8f6f3581d53d220039e192fe77
trunk/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