File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 4040) ]
4141// Used to implement `ImplsAsCStr` trait
4242#![ feature( min_specialization) ]
43- // For the panic handler
44- #![ feature( panic_info_message) ]
4543// For global_asm! on MIPS
4644#![ feature( asm_experimental_arch) ]
4745// For `__start`'s return type
Original file line number Diff line number Diff line change @@ -44,9 +44,6 @@ fn min_panic(info: &core::panic::PanicInfo) {
4444 println ! ( "Panicked at unknown location" )
4545 } ,
4646 }
47- if let Some ( msg) = info. message ( ) {
48- println ! ( "{}" , msg)
49- }
5047}
5148
5249fn normal_panic ( info : & core:: panic:: PanicInfo ) {
@@ -70,9 +67,6 @@ fn normal_panic(info: &core::panic::PanicInfo) {
7067 dprintln ! ( txt, "Panicked at unknown location" ) ;
7168 } ,
7269 }
73- if let Some ( msg) = info. message ( ) {
74- dprintln ! ( txt, "{}" , msg) ;
75- }
7670 fb. draw_sync ( ) ;
7771 fb. wait_vblank ( ) ;
7872 fb. swap ( ) ;
You can’t perform that action at this time.
0 commit comments