improve debug logging
This commit is contained in:
parent
6bd970d585
commit
db48b93454
2 changed files with 4 additions and 15 deletions
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue