Added an update_panic_count function to handle access to PANIC_COUNT
This commit is contained in:
parent
00b1e88680
commit
ea2216cba8
3 changed files with 28 additions and 23 deletions
|
@ -278,6 +278,7 @@
|
|||
#![feature(unwind_attributes)]
|
||||
#![feature(vec_push_all)]
|
||||
#![feature(zero_one)]
|
||||
#![cfg_attr(test, feature(update_panic_count))]
|
||||
|
||||
// Issue# 30592: Systematically use alloc_system during stage0 since jemalloc
|
||||
// might be unavailable or disabled
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue