pub trait GlobalEnvExt<'genv, 'tcx> {
// Required method
fn infcx_root<'a>(
self,
infcx: &'a InferCtxt<'tcx>,
opts: InferOpts,
) -> InferCtxtRootBuilder<'a, 'genv, 'tcx>;
}
pub trait GlobalEnvExt<'genv, 'tcx> {
// Required method
fn infcx_root<'a>(
self,
infcx: &'a InferCtxt<'tcx>,
opts: InferOpts,
) -> InferCtxtRootBuilder<'a, 'genv, 'tcx>;
}