pub trait HasThirSetter<'tcx> { type Out; // Required method fn with_thir(self, thir: RcThir<'tcx>) -> Self::Out; }