mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-26 20:09:19 +00:00
internal: add some more tracing
spans inside of hir-ty
This commit is contained in:
parent
0fd770613b
commit
f9bef39d48
9 changed files with 46 additions and 0 deletions
|
@ -605,6 +605,7 @@ fn assoc_to_item(assoc: AssocItem) -> ItemInNs {
|
|||
}
|
||||
}
|
||||
|
||||
#[tracing::instrument(skip_all)]
|
||||
fn get_mod_path(
|
||||
db: &RootDatabase,
|
||||
item_to_search: ItemInNs,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue