instrument QueryNormalizer::fold_ty
This commit is contained in:
parent
603ab5bd6e
commit
dcc194ce2f
1 changed files with 1 additions and 0 deletions
|
@ -97,6 +97,7 @@ impl<'cx, 'tcx> TypeFolder<'tcx> for QueryNormalizer<'cx, 'tcx> {
|
|||
self.infcx.tcx
|
||||
}
|
||||
|
||||
#[instrument(skip(self))]
|
||||
fn fold_ty(&mut self, ty: Ty<'tcx>) -> Ty<'tcx> {
|
||||
if !ty.has_projections() {
|
||||
return ty;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue