pub fn conservative_is_privately_uninhabited_raw<'tcx>(
tcx: TyCtxt<'tcx>,
param_env_and: ParamEnvAnd<'tcx, Ty<'tcx>>
) -> bool
Expand description
Don’t call this directly: use tcx.conservative_is_privately_uninhabited
instead.
pub fn conservative_is_privately_uninhabited_raw<'tcx>(
tcx: TyCtxt<'tcx>,
param_env_and: ParamEnvAnd<'tcx, Ty<'tcx>>
) -> bool
Don’t call this directly: use tcx.conservative_is_privately_uninhabited
instead.