Function rustc_const_eval::check_consts::post_drop_elaboration::checking_enabled
source ยท pub fn checking_enabled(ccx: &ConstCx<'_, '_>) -> bool
Expand description
Returns true
if we should use the more precise live drop checker that runs after drop
elaboration.