add #[panic_handler]; deprecate #[panic_implementation]
This commit is contained in:
@@ -310,7 +310,8 @@
|
||||
#![feature(doc_alias)]
|
||||
#![feature(doc_keyword)]
|
||||
#![feature(panic_info_message)]
|
||||
#![feature(panic_implementation)]
|
||||
#![cfg_attr(stage0, feature(panic_implementation))]
|
||||
#![cfg_attr(not(stage0), feature(panic_handler))]
|
||||
#![feature(non_exhaustive)]
|
||||
|
||||
#![default_lib_allocator]
|
||||
|
||||
Reference in New Issue
Block a user