fn default_fallback(tcx: TyCtxt<'_>) -> DivergingFallbackBehavior
Expand description
Returns the default fallback which is used when there is no explicit override via #![never_type_options(...)]
.
fn default_fallback(tcx: TyCtxt<'_>) -> DivergingFallbackBehavior
Returns the default fallback which is used when there is no explicit override via #![never_type_options(...)]
.