1
Fork 0

Rollup merge of #118115 - spastorino:fix-old-fn-names, r=compiler-errors

Fix occurrences of old fn names in comment and tracing
This commit is contained in:
Nilstrieb 2023-11-21 09:06:30 +01:00 committed by GitHub
commit 90e4c2dc3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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
}