From d86fadb6c7c7295ed85c46b060ea77b757755056 Mon Sep 17 00:00:00 2001 From: panicbit Date: Sun, 9 Jul 2017 21:37:35 +0200 Subject: ctr-std: Migrate to the new liballoc API --- ctr-std/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'ctr-std/src/lib.rs') diff --git a/ctr-std/src/lib.rs b/ctr-std/src/lib.rs index 5b8c532..af14e12 100644 --- a/ctr-std/src/lib.rs +++ b/ctr-std/src/lib.rs @@ -1,4 +1,5 @@ #![feature(alloc)] +#![feature(allocator_api)] #![feature(alloc_system)] #![feature(allow_internal_unstable)] #![feature(box_syntax)] -- cgit v1.2.3