1
Fork 0

Added an update_panic_count function to handle access to PANIC_COUNT

This commit is contained in:
Nikhil Shagrithaya 2016-08-10 22:02:35 +05:30
parent 00b1e88680
commit ea2216cba8
3 changed files with 28 additions and 23 deletions

View file

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