Feature panic_handler has been stabilized

This commit is contained in:
David Tolnay 2018-10-06 21:12:14 -07:00
parent 6d58492ad0
commit 778e516270
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -6,7 +6,7 @@
// option. This file may not be copied, modified, or distributed // option. This file may not be copied, modified, or distributed
// except according to those terms. // except according to those terms.
#![feature(lang_items, start, panic_handler)] #![feature(lang_items, start)]
#![no_std] #![no_std]
extern crate libc; extern crate libc;