Fix occurrences of old fn names in comment and tracing
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user