We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e23f0cd commit 933d1a9Copy full SHA for 933d1a9
src/helpers.rs
@@ -32,6 +32,8 @@ pub enum AccessKind {
32
///
33
/// A `None` namespace indicates we are looking for a module.
34
fn try_resolve_did(tcx: TyCtxt<'_>, path: &[&str], namespace: Option<Namespace>) -> Option<DefId> {
35
+ let _trace = enter_trace_span!("try_resolve_did", ?path);
36
+
37
/// Yield all children of the given item, that have the given name.
38
fn find_children<'tcx: 'a, 'a>(
39
tcx: TyCtxt<'tcx>,
0 commit comments