1
Fork 0

add #[panic_handler]; deprecate #[panic_implementation]

This commit is contained in:
Jorge Aparicio 2018-08-23 00:40:32 +02:00
parent e5284b0b57
commit a774c81f98
41 changed files with 134 additions and 83 deletions

View file

@ -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]