1
Fork 0

implement #[panic_implementation]

This commit is contained in:
Jorge Aparicio 2018-04-30 10:55:24 +02:00
parent 3575be60ea
commit e44ad61a2d
22 changed files with 379 additions and 18 deletions

View file

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