test: Fix tests for requiring issues
This commit is contained in:
parent
2972b77134
commit
8ef1e3b77f
14 changed files with 97 additions and 87 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue