Fix occurrences of old fn names in comment and tracing

This commit is contained in:
Santiago Pastorino 2023-11-20 22:44:39 -03:00
parent 61a3eea804
commit 8cf94c955f
No known key found for this signature in database
GPG key ID: 8131A24E0C79EFAF
2 changed files with 2 additions and 2 deletions

View file

@ -61,7 +61,7 @@ fn resolve_instance<'tcx>(
Ok(Some(Instance { def, args }))
};
debug!("inner_resolve_instance: result={:?}", result);
debug!("resolve_instance: result={:?}", result);
result
}