diff options
| author | panicbit <[email protected]> | 2017-07-09 21:37:35 +0200 |
|---|---|---|
| committer | panicbit <[email protected]> | 2017-07-10 00:01:48 +0200 |
| commit | d86fadb6c7c7295ed85c46b060ea77b757755056 (patch) | |
| tree | 32ebbdb75d6ff7cc3b665a10a8a29dbad55bbcc9 /ctr-std/src/lib.rs | |
| parent | ctr-std: Add heap allocator shim (diff) | |
| download | archived-ctru-rs-d86fadb6c7c7295ed85c46b060ea77b757755056.tar.xz archived-ctru-rs-d86fadb6c7c7295ed85c46b060ea77b757755056.zip | |
ctr-std: Migrate to the new liballoc API
Diffstat (limited to 'ctr-std/src/lib.rs')
| -rw-r--r-- | ctr-std/src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
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)] |