add #[panic_handler]; deprecate #[panic_implementation]
This commit is contained in:
parent
e5284b0b57
commit
a774c81f98
41 changed files with 134 additions and 83 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue