Skip to content

Commit 23e1202

Browse files
author
Keegan McAllister
committed
---
yaml --- r: 179374 b: refs/heads/tmp c: 312f8bd h: refs/heads/master v: v3
1 parent 13c4c93 commit 23e1202

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ refs/heads/building: 126db549b038c84269a1e4fe46f051b2c15d6970
3434
refs/heads/beta: 44a287e6eb22ec3c2a687fc156813577464017f7
3535
refs/heads/windistfix: 7608dbad651f02e837ed05eef3d74a6662a6e928
3636
refs/tags/1.0.0-alpha: e42bd6d93a1d3433c486200587f8f9e12590a4d7
37-
refs/heads/tmp: ea85d43903ead3317bf6153fea9f77a5c4a904f1
37+
refs/heads/tmp: 312f8bd850ca4d575b1414badabab4f5aee99c67

branches/tmp/src/test/run-make/alloc-extern-crates/fakealloc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
// except according to those terms.
1010

1111
#![crate_type = "rlib"]
12+
#![feature(no_std, core)]
1213
#![no_std]
13-
#![feature(core)]
1414
extern crate core;
1515

1616

0 commit comments

Comments
 (0)