1
Fork 0

improve debug logging

This commit is contained in:
Lukas Markeffsky 2024-03-07 13:20:56 +01:00
parent 6bd970d585
commit db48b93454
2 changed files with 4 additions and 15 deletions

View file

@ -77,7 +77,7 @@ impl<'tcx> InferCtxt<'tcx> {
// that name placeholders created in this function. Nested goals from type relations can
// also contain placeholders created by this function.
let value = self.enter_forall_and_leak_universe(forall);
debug!("?value");
debug!(?value);
f(value)
}