1
Fork 0

test: Fix tests for requiring issues

This commit is contained in:
Alex Crichton 2015-08-13 13:06:25 -07:00
parent 2972b77134
commit 8ef1e3b77f
14 changed files with 97 additions and 87 deletions

View file

@ -16,7 +16,8 @@
#![cfg_attr(not(stage0), allocator)]
#![unstable(feature = "alloc_jemalloc",
reason = "this library is unlikely to be stabilized in its current \
form or name")]
form or name",
issue = "27783")]
#![feature(allocator)]
#![feature(libc)]
#![feature(no_std)]