implement #[panic_implementation]
This commit is contained in:
parent
3575be60ea
commit
e44ad61a2d
22 changed files with 379 additions and 18 deletions
|
@ -317,6 +317,8 @@
|
|||
#![cfg_attr(windows, feature(used))]
|
||||
#![feature(doc_alias)]
|
||||
#![feature(float_internals)]
|
||||
#![feature(panic_info_message)]
|
||||
#![cfg_attr(not(stage0), feature(panic_implementation))]
|
||||
|
||||
#![default_lib_allocator]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue