diff options
| author | panicbit <[email protected]> | 2017-07-09 20:03:00 +0200 |
|---|---|---|
| committer | panicbit <[email protected]> | 2017-07-10 00:01:48 +0200 |
| commit | 72df21a4b352c0288c1999e0d8e8ef7c12c4de02 (patch) | |
| tree | ceaa59f078b782ab8c69b420485219ab537465cf /ctr-std/src | |
| parent | Update target json (diff) | |
| download | ctru-rs-72df21a4b352c0288c1999e0d8e8ef7c12c4de02.tar.xz ctru-rs-72df21a4b352c0288c1999e0d8e8ef7c12c4de02.zip | |
ctr-std: Use liballoc from rust-src
Diffstat (limited to 'ctr-std/src')
| -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 7a520b8..5b8c532 100644 --- a/ctr-std/src/lib.rs +++ b/ctr-std/src/lib.rs @@ -1,4 +1,5 @@ #![feature(alloc)] +#![feature(alloc_system)] #![feature(allow_internal_unstable)] #![feature(box_syntax)] #![feature(cfg_target_has_atomic)] |