aboutsummaryrefslogtreecommitdiff
path: root/ctr-std/src/lib.rs
diff options
context:
space:
mode:
authorRonald Kinard <[email protected]>2017-02-25 21:19:47 -0600
committerGitHub <[email protected]>2017-02-25 21:19:47 -0600
commit4ecade8af14dff869c4d41dcd60040b69f06b64e (patch)
tree0bfc16fd5a5e1b5698e0fe9b786caf9a0c4062ae /ctr-std/src/lib.rs
parentMerge pull request #23 from panicbit/unmarked_api (diff)
parentimplement buffered stdio (diff)
downloadctru-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.rs1
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)]