diff options
| author | Fenrir <[email protected]> | 2016-04-27 19:27:52 -0700 |
|---|---|---|
| committer | Fenrir <[email protected]> | 2016-04-27 19:27:52 -0700 |
| commit | 2bd6509b4f647f0669374dfc0352fcf782da8b41 (patch) | |
| tree | cf31fa14578c1f7f038c21d8251426c2963f996c /src/lib.rs | |
| parent | Whoops, that's zlib, not BSD-3. (diff) | |
| download | ctru-rs-2bd6509b4f647f0669374dfc0352fcf782da8b41.tar.xz ctru-rs-2bd6509b4f647f0669374dfc0352fcf782da8b41.zip | |
Compatibility fixes for Rust nightly (1.10.0)
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1,4 +1,3 @@ -#![feature(no_std)] #![feature(lang_items)] #![no_std] #![crate_type = "rlib"] @@ -19,6 +18,5 @@ pub use srv::Srv; pub use gfx::Gfx; pub use sdmc::Sdmc; -#[lang = "stack_exhausted"] extern fn stack_exhausted() {} #[lang = "eh_personality"] extern fn eh_personality() {} #[lang = "panic_fmt"] fn panic_fmt() -> ! { loop {} } |