id
string
file_path
string
line
uint32
column
uint32
phase
string
processing_order
uint32
element_type
string
element_name
string
element_signature
string
syntax_data
string
symbol_data
string
type_data
string
diagnostic_data
string
processing_time_ms
uint64
timestamp
uint64
rust_version
string
analyzer_version
string
source_snippet
string
context_before
string
context_after
string
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs:239:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs
239
1
name_resolution
442,197
function
types
pub fn types(
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub fn types(
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs:245:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs
245
1
name_resolution
442,198
function
macros
pub fn macros(&self) -> impl Iterator<Item = (&Name, Item<MacroId, ImportOrExternCrate>)> + '_ {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub fn macros(&self) -> impl Iterator<Item = (&Name, Item<MacroId, ImportOrExternCrate>)> + '_ {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs:249:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs
249
1
name_resolution
442,199
function
imports
pub fn imports(&self) -> impl Iterator<Item = ImportId> + '_ {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub fn imports(&self) -> impl Iterator<Item = ImportId> + '_ {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs:261:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs
261
1
name_resolution
442,200
function
fully_resolve_import
pub fn fully_resolve_import(&self, db: &dyn DefDatabase, mut import: ImportId) -> PerNs {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub fn fully_resolve_import(&self, db: &dyn DefDatabase, mut import: ImportId) -> PerNs {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs:316:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs
316
1
name_resolution
442,201
function
declarations
pub fn declarations(&self) -> impl Iterator<Item = ModuleDefId> + '_ {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub fn declarations(&self) -> impl Iterator<Item = ModuleDefId> + '_ {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs:320:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs
320
1
name_resolution
442,202
function
extern_crate_decls
pub fn extern_crate_decls(&self) -> impl ExactSizeIterator<Item = ExternCrateId> + '_ {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub fn extern_crate_decls(&self) -> impl ExactSizeIterator<Item = ExternCrateId> + '_ {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs:324:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs
324
1
name_resolution
442,203
function
extern_blocks
pub fn extern_blocks(&self) -> impl Iterator<Item = ExternBlockId> + '_ {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub fn extern_blocks(&self) -> impl Iterator<Item = ExternBlockId> + '_ {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs:328:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs
328
1
name_resolution
442,204
function
use_decls
pub fn use_decls(&self) -> impl ExactSizeIterator<Item = UseId> + '_ {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub fn use_decls(&self) -> impl ExactSizeIterator<Item = UseId> + '_ {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs:332:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs
332
1
name_resolution
442,205
function
impls
pub fn impls(&self) -> impl ExactSizeIterator<Item = ImplId> + '_ {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub fn impls(&self) -> impl ExactSizeIterator<Item = ImplId> + '_ {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs:336:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs
336
1
name_resolution
442,206
function
all_macro_calls
pub fn all_macro_calls(&self) -> impl Iterator<Item = MacroCallId> + '_ {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub fn all_macro_calls(&self) -> impl Iterator<Item = MacroCallId> + '_ {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs:344:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs
344
1
name_resolution
442,207
function
modules_in_scope
pub(crate) fn modules_in_scope(&self) -> impl Iterator<Item = (ModuleId, Visibility)> + '_ {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub(crate) fn modules_in_scope(&self) -> impl Iterator<Item = (ModuleId, Visibility)> + '_ {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs:351:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs
351
1
name_resolution
442,208
function
unnamed_consts
pub fn unnamed_consts(&self) -> impl Iterator<Item = ConstId> + '_ {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub fn unnamed_consts(&self) -> impl Iterator<Item = ConstId> + '_ {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs:356:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs
356
1
name_resolution
442,209
function
legacy_macros
pub fn legacy_macros(&self) -> impl Iterator<Item = (&Name, &[MacroId])> + '_ {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub fn legacy_macros(&self) -> impl Iterator<Item = (&Name, &[MacroId])> + '_ {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs:361:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs
361
1
name_resolution
442,210
function
get
pub fn get(&self, name: &Name) -> PerNs {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub fn get(&self, name: &Name) -> PerNs {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs:369:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs
369
1
name_resolution
442,211
function
type_
pub(crate) fn type_(&self, name: &Name) -> Option<(ModuleDefId, Visibility)> {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub(crate) fn type_(&self, name: &Name) -> Option<(ModuleDefId, Visibility)> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs:374:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs
374
1
name_resolution
442,212
function
name_of
pub(crate) fn name_of(&self, item: ItemInNs) -> Option<(&Name, Visibility, /*declared*/ bool)> {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub(crate) fn name_of(&self, item: ItemInNs) -> Option<(&Name, Visibility, /*declared*/ bool)> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs:389:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs
389
1
name_resolution
442,213
function
names_of<T>
pub(crate) fn names_of<T>(
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub(crate) fn names_of<T>(
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs:431:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs
431
1
name_resolution
442,214
function
traits
pub(crate) fn traits(&self) -> impl Iterator<Item = TraitId> + '_ {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub(crate) fn traits(&self) -> impl Iterator<Item = TraitId> + '_ {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs:441:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs
441
1
name_resolution
442,215
function
resolutions
pub(crate) fn resolutions(&self) -> impl Iterator<Item = (Option<Name>, PerNs)> + '_ {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub(crate) fn resolutions(&self) -> impl Iterator<Item = (Option<Name>, PerNs)> + '_ {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs:456:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs
456
1
name_resolution
442,216
function
macro_invoc
pub fn macro_invoc(&self, call: AstId<ast::MacroCall>) -> Option<MacroCallId> {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub fn macro_invoc(&self, call: AstId<ast::MacroCall>) -> Option<MacroCallId> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs:460:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs
460
1
name_resolution
442,217
function
iter_macro_invoc
pub fn iter_macro_invoc(&self) -> impl Iterator<Item = (&AstId<ast::MacroCall>, &MacroCallId)> {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub fn iter_macro_invoc(&self) -> impl Iterator<Item = (&AstId<ast::MacroCall>, &MacroCallId)> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs:466:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs
466
1
name_resolution
442,218
function
declare
pub(crate) fn declare(&mut self, def: ModuleDefId) {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub(crate) fn declare(&mut self, def: ModuleDefId) {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs:470:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs
470
1
name_resolution
442,219
function
get_legacy_macro
pub(crate) fn get_legacy_macro(&self, name: &Name) -> Option<&[MacroId]> {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub(crate) fn get_legacy_macro(&self, name: &Name) -> Option<&[MacroId]> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs:474:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs
474
1
name_resolution
442,220
function
define_impl
pub(crate) fn define_impl(&mut self, imp: ImplId) {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub(crate) fn define_impl(&mut self, imp: ImplId) {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs:478:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs
478
1
name_resolution
442,221
function
define_extern_block
pub(crate) fn define_extern_block(&mut self, extern_block: ExternBlockId) {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub(crate) fn define_extern_block(&mut self, extern_block: ExternBlockId) {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs:482:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs
482
1
name_resolution
442,222
function
define_extern_crate_decl
pub(crate) fn define_extern_crate_decl(&mut self, extern_crate: ExternCrateId) {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub(crate) fn define_extern_crate_decl(&mut self, extern_crate: ExternCrateId) {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs:486:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs
486
1
name_resolution
442,223
function
define_unnamed_const
pub(crate) fn define_unnamed_const(&mut self, konst: ConstId) {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub(crate) fn define_unnamed_const(&mut self, konst: ConstId) {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs:490:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs
490
1
name_resolution
442,224
function
define_legacy_macro
pub(crate) fn define_legacy_macro(&mut self, name: Name, mac: MacroId) {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub(crate) fn define_legacy_macro(&mut self, name: Name, mac: MacroId) {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs:494:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs
494
1
name_resolution
442,225
function
add_attr_macro_invoc
pub(crate) fn add_attr_macro_invoc(&mut self, item: AstId<ast::Item>, call: MacroCallId) {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub(crate) fn add_attr_macro_invoc(&mut self, item: AstId<ast::Item>, call: MacroCallId) {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs:498:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs
498
1
name_resolution
442,226
function
add_macro_invoc
pub(crate) fn add_macro_invoc(&mut self, call: AstId<ast::MacroCall>, call_id: MacroCallId) {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub(crate) fn add_macro_invoc(&mut self, call: AstId<ast::MacroCall>, call_id: MacroCallId) {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs:502:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs
502
1
name_resolution
442,227
function
attr_macro_invocs
pub fn attr_macro_invocs(&self) -> impl Iterator<Item = (AstId<ast::Item>, MacroCallId)> + '_ {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub fn attr_macro_invocs(&self) -> impl Iterator<Item = (AstId<ast::Item>, MacroCallId)> + '_ {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs:506:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs
506
1
name_resolution
442,228
function
set_derive_macro_invoc
pub(crate) fn set_derive_macro_invoc(
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub(crate) fn set_derive_macro_invoc(
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs:525:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs
525
1
name_resolution
442,229
function
init_derive_attribute
pub(crate) fn init_derive_attribute(
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub(crate) fn init_derive_attribute(
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs:539:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs
539
1
name_resolution
442,230
function
derive_macro_invocs
pub fn derive_macro_invocs(
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub fn derive_macro_invocs(
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs:557:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs
557
1
name_resolution
442,231
function
derive_macro_invoc
pub fn derive_macro_invoc(
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub fn derive_macro_invoc(
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs:566:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs
566
1
name_resolution
442,232
function
unnamed_trait_vis
pub(crate) fn unnamed_trait_vis(&self, tr: TraitId) -> Option<Visibility> {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub(crate) fn unnamed_trait_vis(&self, tr: TraitId) -> Option<Visibility> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs:570:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs
570
1
name_resolution
442,233
function
push_unnamed_trait
pub(crate) fn push_unnamed_trait(
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub(crate) fn push_unnamed_trait(
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs:579:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs
579
1
name_resolution
442,234
function
push_res_with_import
pub(crate) fn push_res_with_import(
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub(crate) fn push_res_with_import(
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs:723:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs
723
1
name_resolution
442,235
function
censor_non_proc_macros
pub(crate) fn censor_non_proc_macros(&mut self, krate: Crate) {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub(crate) fn censor_non_proc_macros(&mut self, krate: Crate) {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs:739:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs
739
1
name_resolution
442,236
function
dump
pub(crate) fn dump(&self, db: &dyn ExpandDatabase, buf: &mut String) {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub(crate) fn dump(&self, db: &dyn ExpandDatabase, buf: &mut String) {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs:784:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs
784
1
name_resolution
442,237
function
shrink_to_fit
pub(crate) fn shrink_to_fit(&mut self) {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub(crate) fn shrink_to_fit(&mut self) {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs:829:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs
829
1
name_resolution
442,238
function
update_visibility_types
pub(crate) fn update_visibility_types(&mut self, name: &Name, vis: Visibility) {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub(crate) fn update_visibility_types(&mut self, name: &Name, vis: Visibility) {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs:835:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs
835
1
name_resolution
442,239
function
update_visibility_values
pub(crate) fn update_visibility_values(&mut self, name: &Name, vis: Visibility) {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub(crate) fn update_visibility_values(&mut self, name: &Name, vis: Visibility) {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs:841:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs
841
1
name_resolution
442,240
function
update_visibility_macros
pub(crate) fn update_visibility_macros(&mut self, name: &Name, vis: Visibility) {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub(crate) fn update_visibility_macros(&mut self, name: &Name, vis: Visibility) {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs:849:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs
849
1
name_resolution
442,241
function
from_def
pub(crate) fn from_def(
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub(crate) fn from_def(
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs:885:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs
885
1
name_resolution
442,242
enum
null
pub enum ItemInNs {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"enum","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub enum ItemInNs {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs:892:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs
892
1
name_resolution
442,243
function
as_module_def_id
pub fn as_module_def_id(self) -> Option<ModuleDefId> {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub fn as_module_def_id(self) -> Option<ModuleDefId> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs:900:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs
900
1
name_resolution
442,244
function
krate
pub fn krate(&self, db: &dyn DefDatabase) -> Option<Crate> {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub fn krate(&self, db: &dyn DefDatabase) -> Option<Crate> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs:907:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_scope.rs
907
1
name_resolution
442,245
function
module
pub fn module(&self, db: &dyn DefDatabase) -> Option<ModuleId> {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub fn module(&self, db: &dyn DefDatabase) -> Option<ModuleId> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/lang_item.rs:19:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/lang_item.rs
19
1
name_resolution
442,246
enum
null
pub enum LangItemTarget {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"enum","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub enum LangItemTarget {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/lang_item.rs:32:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/lang_item.rs
32
1
name_resolution
442,247
function
as_enum
pub fn as_enum(self) -> Option<EnumId> {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub fn as_enum(self) -> Option<EnumId> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/lang_item.rs:39:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/lang_item.rs
39
1
name_resolution
442,248
function
as_function
pub fn as_function(self) -> Option<FunctionId> {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub fn as_function(self) -> Option<FunctionId> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/lang_item.rs:46:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/lang_item.rs
46
1
name_resolution
442,249
function
as_impl_def
pub fn as_impl_def(self) -> Option<ImplId> {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub fn as_impl_def(self) -> Option<ImplId> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/lang_item.rs:53:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/lang_item.rs
53
1
name_resolution
442,250
function
as_static
pub fn as_static(self) -> Option<StaticId> {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub fn as_static(self) -> Option<StaticId> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/lang_item.rs:60:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/lang_item.rs
60
1
name_resolution
442,251
function
as_struct
pub fn as_struct(self) -> Option<StructId> {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub fn as_struct(self) -> Option<StructId> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/lang_item.rs:67:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/lang_item.rs
67
1
name_resolution
442,252
function
as_trait
pub fn as_trait(self) -> Option<TraitId> {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub fn as_trait(self) -> Option<TraitId> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/lang_item.rs:74:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/lang_item.rs
74
1
name_resolution
442,253
function
as_enum_variant
pub fn as_enum_variant(self) -> Option<EnumVariantId> {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub fn as_enum_variant(self) -> Option<EnumVariantId> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/lang_item.rs:81:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/lang_item.rs
81
1
name_resolution
442,254
function
as_type_alias
pub fn as_type_alias(self) -> Option<TypeAliasId> {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub fn as_type_alias(self) -> Option<TypeAliasId> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/lang_item.rs:91:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/lang_item.rs
91
1
name_resolution
442,255
function
crate_lang_items
pub fn crate_lang_items(db: &dyn DefDatabase, krate: Crate) -> Option<Box<LangItems>> {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub fn crate_lang_items(db: &dyn DefDatabase, krate: Crate) -> Option<Box<LangItems>> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/lang_item.rs:162:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/lang_item.rs
162
1
name_resolution
442,256
function
lang_item
pub fn lang_item(
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub fn lang_item(
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/lang_item.rs:177:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/lang_item.rs
177
1
name_resolution
442,257
struct
LangItems
pub struct LangItems {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"struct","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub struct LangItems {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/lang_item.rs:182:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/lang_item.rs
182
1
name_resolution
442,258
function
target
pub fn target(&self, item: LangItem) -> Option<LangItemTarget> {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub fn target(&self, item: LangItem) -> Option<LangItemTarget> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/lang_item.rs:186:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/lang_item.rs
186
1
name_resolution
442,259
function
collect_lang_item<T>
fn collect_lang_item<T>(
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
fn collect_lang_item<T>(
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/lang_item.rs:201:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/lang_item.rs
201
1
name_resolution
442,260
function
lang_attr
pub(crate) fn lang_attr(db: &dyn DefDatabase, item: AttrDefId) -> Option<LangItem> {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub(crate) fn lang_attr(db: &dyn DefDatabase, item: AttrDefId) -> Option<LangItem> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/lang_item.rs:205:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/lang_item.rs
205
1
name_resolution
442,261
function
notable_traits_in_deps
pub(crate) fn notable_traits_in_deps(db: &dyn DefDatabase, krate: Crate) -> Arc<[Arc<[TraitId]>]> {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub(crate) fn notable_traits_in_deps(db: &dyn DefDatabase, krate: Crate) -> Arc<[Arc<[TraitId]>]> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/lang_item.rs:212:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/lang_item.rs
212
1
name_resolution
442,262
function
crate_notable_traits
pub(crate) fn crate_notable_traits(db: &dyn DefDatabase, krate: Crate) -> Option<Arc<[TraitId]>> {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub(crate) fn crate_notable_traits(db: &dyn DefDatabase, krate: Crate) -> Option<Arc<[TraitId]>> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/lang_item.rs:232:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/lang_item.rs
232
1
name_resolution
442,263
enum
null
pub enum GenericRequirement {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"enum","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub enum GenericRequirement {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/lang_item.rs:245:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/lang_item.rs
245
1
name_resolution
442,264
enum
null
pub enum LangItem {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"enum","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub enum LangItem {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/lang_item.rs:254:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/lang_item.rs
254
1
name_resolution
442,265
function
name
pub fn name(self) -> &'static str {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub fn name(self) -> &'static str {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/lang_item.rs:261:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/lang_item.rs
261
1
name_resolution
442,266
function
from_symbol
pub fn from_symbol(sym: &Symbol) -> Option<Self> {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub fn from_symbol(sym: &Symbol) -> Option<Self> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/lang_item.rs:272:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/lang_item.rs
272
1
name_resolution
442,267
function
resolve_function
pub fn resolve_function(self, db: &dyn DefDatabase, start_crate: Crate) -> Option<FunctionId> {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub fn resolve_function(self, db: &dyn DefDatabase, start_crate: Crate) -> Option<FunctionId> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/lang_item.rs:276:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/lang_item.rs
276
1
name_resolution
442,268
function
resolve_trait
pub fn resolve_trait(self, db: &dyn DefDatabase, start_crate: Crate) -> Option<TraitId> {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub fn resolve_trait(self, db: &dyn DefDatabase, start_crate: Crate) -> Option<TraitId> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/lang_item.rs:280:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/lang_item.rs
280
1
name_resolution
442,269
function
resolve_enum
pub fn resolve_enum(self, db: &dyn DefDatabase, start_crate: Crate) -> Option<EnumId> {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub fn resolve_enum(self, db: &dyn DefDatabase, start_crate: Crate) -> Option<EnumId> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/lang_item.rs:284:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/lang_item.rs
284
1
name_resolution
442,270
function
resolve_type_alias
pub fn resolve_type_alias(
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub fn resolve_type_alias(
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/lang_item.rs:293:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/lang_item.rs
293
1
name_resolution
442,271
function
from_name
pub fn from_name(name: &hir_expand::name::Name) -> Option<Self> {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub fn from_name(name: &hir_expand::name::Name) -> Option<Self> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/lang_item.rs:297:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/lang_item.rs
297
1
name_resolution
442,272
function
path
pub fn path(&self, db: &dyn DefDatabase, start_crate: Crate) -> Option<Path> {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub fn path(&self, db: &dyn DefDatabase, start_crate: Crate) -> Option<Path> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/lang_item.rs:302:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/lang_item.rs
302
1
name_resolution
442,273
function
ty_rel_path
pub fn ty_rel_path(&self, db: &dyn DefDatabase, start_crate: Crate, seg: Name) -> Option<Path> {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub fn ty_rel_path(&self, db: &dyn DefDatabase, start_crate: Crate, seg: Name) -> Option<Path> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_tree.rs:25:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_tree.rs
25
1
name_resolution
442,274
struct
to
//! usually a bad idea to desugar a syntax-level construct to something that is structurally
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"struct","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
//! usually a bad idea to desugar a syntax-level construct to something that is structurally
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_tree.rs:67:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_tree.rs
67
1
name_resolution
442,275
struct
null
pub(crate) struct RawVisibilityId(u32);
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"struct","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub(crate) struct RawVisibilityId(u32);
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_tree.rs:77:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_tree.rs
77
1
name_resolution
442,276
function
fmt
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_tree.rs:90:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_tree.rs
90
1
name_resolution
442,277
function
file_item_tree_query
pub(crate) fn file_item_tree_query(db: &dyn DefDatabase, file_id: HirFileId) -> Arc<ItemTree> {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub(crate) fn file_item_tree_query(db: &dyn DefDatabase, file_id: HirFileId) -> Arc<ItemTree> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_tree.rs:147:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_tree.rs
147
1
name_resolution
442,278
function
block_item_tree_query
pub(crate) fn block_item_tree_query(db: &dyn DefDatabase, block: BlockId) -> Arc<ItemTree> {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub(crate) fn block_item_tree_query(db: &dyn DefDatabase, block: BlockId) -> Arc<ItemTree> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_tree.rs:183:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_tree.rs
183
1
name_resolution
442,279
struct
ItemTree
pub struct ItemTree {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"struct","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub struct ItemTree {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_tree.rs:195:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_tree.rs
195
1
name_resolution
442,280
function
top_level_items
pub(crate) fn top_level_items(&self) -> &[ModItemId] {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub(crate) fn top_level_items(&self) -> &[ModItemId] {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_tree.rs:200:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_tree.rs
200
1
name_resolution
442,281
function
top_level_raw_attrs
pub(crate) fn top_level_raw_attrs(&self) -> &RawAttrs {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub(crate) fn top_level_raw_attrs(&self) -> &RawAttrs {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_tree.rs:205:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_tree.rs
205
1
name_resolution
442,282
function
top_level_attrs
pub(crate) fn top_level_attrs(&self, db: &dyn DefDatabase, krate: Crate) -> Attrs {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub(crate) fn top_level_attrs(&self, db: &dyn DefDatabase, krate: Crate) -> Attrs {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_tree.rs:209:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_tree.rs
209
1
name_resolution
442,283
function
raw_attrs
pub(crate) fn raw_attrs(&self, of: FileAstId<ast::Item>) -> &RawAttrs {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub(crate) fn raw_attrs(&self, of: FileAstId<ast::Item>) -> &RawAttrs {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_tree.rs:213:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_tree.rs
213
1
name_resolution
442,284
function
attrs
pub(crate) fn attrs(
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub(crate) fn attrs(
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_tree.rs:225:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_tree.rs
225
1
name_resolution
442,285
function
item_tree_stats
pub fn item_tree_stats(&self) -> ItemTreeDataStats {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub fn item_tree_stats(&self) -> ItemTreeDataStats {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_tree.rs:249:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_tree.rs
249
1
name_resolution
442,286
function
pretty_print
pub fn pretty_print(&self, db: &dyn DefDatabase, edition: Edition) -> String {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub fn pretty_print(&self, db: &dyn DefDatabase, edition: Edition) -> String {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_tree.rs:253:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_tree.rs
253
1
name_resolution
442,287
function
shrink_to_fit
fn shrink_to_fit(&mut self) {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
fn shrink_to_fit(&mut self) {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_tree.rs:262:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_tree.rs
262
1
name_resolution
442,288
struct
ItemVisibilities
struct ItemVisibilities {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"struct","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
struct ItemVisibilities {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_tree.rs:267:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_tree.rs
267
1
name_resolution
442,289
enum
null
enum SmallModItem {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"enum","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
enum SmallModItem {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_tree.rs:285:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_tree.rs
285
1
name_resolution
442,290
enum
null
enum BigModItem {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"enum","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
enum BigModItem {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_tree.rs:300:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_tree.rs
300
1
name_resolution
442,291
struct
ItemTreeDataStats
pub struct ItemTreeDataStats {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"struct","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub struct ItemTreeDataStats {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_tree.rs:318:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_tree.rs
318
1
name_resolution
442,292
struct
TreeId
pub struct TreeId {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"struct","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub struct TreeId {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_tree.rs:324:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_tree.rs
324
1
name_resolution
442,293
function
new
pub(crate) fn new(file: HirFileId, block: Option<BlockId>) -> Self {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub(crate) fn new(file: HirFileId, block: Option<BlockId>) -> Self {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_tree.rs:328:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_tree.rs
328
1
name_resolution
442,294
function
item_tree<'db>
pub(crate) fn item_tree<'db>(&self, db: &'db dyn DefDatabase) -> &'db ItemTree {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub(crate) fn item_tree<'db>(&self, db: &'db dyn DefDatabase) -> &'db ItemTree {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_tree.rs:336:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_tree.rs
336
1
name_resolution
442,295
function
file_id
pub fn file_id(self) -> HirFileId {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub fn file_id(self) -> HirFileId {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_tree.rs:340:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/item_tree.rs
340
1
name_resolution
442,296
function
is_block
pub(crate) fn is_block(self) -> bool {
null
{"definition_location":{"column":1,"line":1},"symbol_kind":"function","visibility":"public"}
null
null
2
1,754,595,407
1.86.0
0.3.2000
pub(crate) fn is_block(self) -> bool {
null
null