diff options
| author | Ronald Kinard <[email protected]> | 2017-02-25 21:19:47 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-02-25 21:19:47 -0600 |
| commit | 4ecade8af14dff869c4d41dcd60040b69f06b64e (patch) | |
| tree | 0bfc16fd5a5e1b5698e0fe9b786caf9a0c4062ae /ctr-std/src/lib.rs | |
| parent | Merge pull request #23 from panicbit/unmarked_api (diff) | |
| parent | implement buffered stdio (diff) | |
| download | ctru-rs-4ecade8af14dff869c4d41dcd60040b69f06b64e.tar.xz ctru-rs-4ecade8af14dff869c4d41dcd60040b69f06b64e.zip | |
Merge pull request #22 from FenrirWolf/stdio
Implement synchronized stdio
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 64d76a2..307bb3c 100644 --- a/ctr-std/src/lib.rs +++ b/ctr-std/src/lib.rs @@ -11,6 +11,7 @@ #![feature(char_escape_debug)] #![feature(dropck_eyepatch)] #![feature(float_extras)] +#![feature(fnbox)] #![feature(fused)] #![feature(generic_param_attrs)] #![feature(int_error_internals)] |