instrument QueryNormalizer::fold_ty
This commit is contained in:
parent
603ab5bd6e
commit
dcc194ce2f
@ -97,6 +97,7 @@ impl<'cx, 'tcx> TypeFolder<'tcx> for QueryNormalizer<'cx, 'tcx> {
|
|||||||
self.infcx.tcx
|
self.infcx.tcx
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[instrument(skip(self))]
|
||||||
fn fold_ty(&mut self, ty: Ty<'tcx>) -> Ty<'tcx> {
|
fn fold_ty(&mut self, ty: Ty<'tcx>) -> Ty<'tcx> {
|
||||||
if !ty.has_projections() {
|
if !ty.has_projections() {
|
||||||
return ty;
|
return ty;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user