diff options
| author | Vivian Lim <[email protected]> | 2021-02-05 23:09:43 -0800 |
|---|---|---|
| committer | Vivian Lim <[email protected]> | 2021-02-05 23:09:43 -0800 |
| commit | 1fc377175fff62b26469ab21e70fad728a0337a9 (patch) | |
| tree | 1771c8e5d672fbf5f38565678ff9639bc4878fe1 /ctr-std/src/lib.rs | |
| parent | changes so that this can build (diff) | |
| download | ctru-rs-1fc377175fff62b26469ab21e70fad728a0337a9.tar.xz ctru-rs-1fc377175fff62b26469ab21e70fad728a0337a9.zip | |
tweaks to get it to attempt linking
Diffstat (limited to 'ctr-std/src/lib.rs')
| -rw-r--r-- | ctr-std/src/lib.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ctr-std/src/lib.rs b/ctr-std/src/lib.rs index 19ea930..8fdad90 100644 --- a/ctr-std/src/lib.rs +++ b/ctr-std/src/lib.rs @@ -274,7 +274,6 @@ #![feature(never_type)] #![cfg_attr(not(stage0), feature(nll))] #![feature(exhaustive_patterns)] -#![feature(on_unimplemented)] #![feature(optin_builtin_traits)] #![feature(panic_internals)] #![feature(panic_unwind)] @@ -309,7 +308,7 @@ #![feature(doc_alias)] #![feature(doc_keyword)] #![feature(panic_info_message)] -#![feature(panic_implementation)] +#![feature(panic_handler)] #![feature(non_exhaustive)] #![default_lib_allocator] |