diff options
| author | FenrirWolf <[email protected]> | 2018-04-21 19:03:25 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-04-21 19:03:25 -0600 |
| commit | 664fc3ab93716e4ae217b8b7c6619d020cf207be (patch) | |
| tree | 36dbe42f29ffe434dbe6f9b8691eabcaacb32889 /ctr-std/src/lib.rs | |
| parent | Merge pull request #64 from FenrirWolf/nightly-update (diff) | |
| parent | Update to new panic ABI (diff) | |
| download | ctru-rs-664fc3ab93716e4ae217b8b7c6619d020cf207be.tar.xz ctru-rs-664fc3ab93716e4ae217b8b7c6619d020cf207be.zip | |
Merge pull request #65 from FenrirWolf/fix-panics
Update to new panic ABI
Diffstat (limited to 'ctr-std/src/lib.rs')
| -rw-r--r-- | ctr-std/src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ctr-std/src/lib.rs b/ctr-std/src/lib.rs index 146e23c..d5d4f49 100644 --- a/ctr-std/src/lib.rs +++ b/ctr-std/src/lib.rs @@ -289,6 +289,7 @@ #![feature(on_unimplemented)] #![feature(oom)] #![feature(optin_builtin_traits)] +#![feature(panic_internals)] #![feature(panic_unwind)] #![feature(peek)] #![feature(placement_in_syntax)] @@ -305,6 +306,7 @@ #![feature(slice_internals)] #![feature(slice_patterns)] #![feature(staged_api)] +#![feature(std_internals)] #![feature(stdsimd)] #![feature(stmt_expr_attributes)] #![feature(str_char)] |