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/nameres/collector.rs:729:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/collector.rs
729
1
name_resolution
443,297
function
import_macros_from_extern_crate
fn import_macros_from_extern_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
fn import_macros_from_extern_crate(
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/collector.rs:757:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/collector.rs
757
1
name_resolution
443,298
function
resolve_imports
fn resolve_imports(&mut self) -> ReachedFixedPoint {
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 resolve_imports(&mut self) -> ReachedFixedPoint {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/collector.rs:811:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/collector.rs
811
1
name_resolution
443,299
function
resolve_import
fn resolve_import(&self, module_id: LocalModuleId, import: &Import) -> PartialResolvedImport {
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 resolve_import(&self, module_id: LocalModuleId, import: &Import) -> PartialResolvedImport {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/collector.rs:847:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/collector.rs
847
1
name_resolution
443,300
function
record_resolved_import
fn record_resolved_import(&mut self, directive: &ImportDirective) {
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 record_resolved_import(&mut self, directive: &ImportDirective) {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/collector.rs:997:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/collector.rs
997
1
name_resolution
443,301
enum
null
// glob import from enum => just import all the variants
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
// glob import from enum => just import all the variants
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/collector.rs:1051:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/collector.rs
1,051
1
name_resolution
443,302
enum
null
tracing::debug!("glob import {:?} from non-module/enum {:?}", import, d);
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
tracing::debug!("glob import {:?} from non-module/enum {:?}", import, d);
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/collector.rs:1061:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/collector.rs
1,061
1
name_resolution
443,303
function
update
fn update(
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 update(
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/collector.rs:1074:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/collector.rs
1,074
1
name_resolution
443,304
function
update_recursive
fn update_recursive(
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 update_recursive(
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/collector.rs:1165:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/collector.rs
1,165
1
name_resolution
443,305
function
push_res_and_update_glob_vis
fn push_res_and_update_glob_vis(
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 push_res_and_update_glob_vis(
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/collector.rs:1254:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/collector.rs
1,254
1
name_resolution
443,306
function
resolve_macros
fn resolve_macros(&mut self) -> ReachedFixedPoint {
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 resolve_macros(&mut self) -> ReachedFixedPoint {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/collector.rs:1262:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/collector.rs
1,262
1
name_resolution
443,307
enum
null
enum Resolved {
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 Resolved {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/collector.rs:1548:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/collector.rs
1,548
1
name_resolution
443,308
function
collect_macro_expansion
fn collect_macro_expansion(
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_macro_expansion(
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/collector.rs:1581:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/collector.rs
1,581
1
name_resolution
443,309
function
finish
fn finish(mut self) -> (DefMap, LocalDefMap) {
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 finish(mut self) -> (DefMap, LocalDefMap) {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/collector.rs:1676:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/collector.rs
1,676
1
name_resolution
443,310
struct
ModCollector<'a,
struct ModCollector<'a, 'db> {
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 ModCollector<'a, 'db> {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/collector.rs:1686:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/collector.rs
1,686
1
name_resolution
443,311
function
collect_in_top_module
fn collect_in_top_module(&mut self, items: &[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
fn collect_in_top_module(&mut self, items: &[ModItemId]) {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/collector.rs:1691:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/collector.rs
1,691
1
name_resolution
443,312
function
collect
fn collect(&mut self, items: &[ModItemId], container: ItemContainerId) {
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(&mut self, items: &[ModItemId], container: ItemContainerId) {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/collector.rs:2021:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/collector.rs
2,021
1
name_resolution
443,313
function
process_macro_use_extern_crate<'a>
fn process_macro_use_extern_crate<'a>(
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 process_macro_use_extern_crate<'a>(
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/collector.rs:2054:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/collector.rs
2,054
1
name_resolution
443,314
function
collect_module
fn collect_module(&mut self, module_ast_id: ItemTreeAstId<Mod>, attrs: &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
fn collect_module(&mut self, module_ast_id: ItemTreeAstId<Mod>, attrs: &Attrs) {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/collector.rs:2154:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/collector.rs
2,154
1
name_resolution
443,315
function
push_child_module
fn push_child_module(
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 push_child_module(
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/collector.rs:2217:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/collector.rs
2,217
1
name_resolution
443,316
function
resolve_attributes
fn resolve_attributes(
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 resolve_attributes(
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/collector.rs:2235:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/collector.rs
2,235
1
name_resolution
443,317
struct
null
// struct S;
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 S;
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/collector.rs:2277:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/collector.rs
2,277
1
name_resolution
443,318
function
collect_macro_rules
fn collect_macro_rules(&mut self, ast_id: ItemTreeAstId<MacroRules>, module: 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
fn collect_macro_rules(&mut self, ast_id: ItemTreeAstId<MacroRules>, module: ModuleId) {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/collector.rs:2359:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/collector.rs
2,359
1
name_resolution
443,319
function
collect_macro_def
fn collect_macro_def(&mut self, ast_id: ItemTreeAstId<Macro2>, module: 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
fn collect_macro_def(&mut self, ast_id: ItemTreeAstId<Macro2>, module: ModuleId) {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/collector.rs:2432:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/collector.rs
2,432
1
name_resolution
443,320
function
collect_macro_call
fn collect_macro_call(
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_macro_call(
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/collector.rs:2509:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/collector.rs
2,509
1
name_resolution
443,321
function
import_all_legacy_macros
fn import_all_legacy_macros(&mut self, module_id: LocalModuleId) {
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 import_all_legacy_macros(&mut self, module_id: LocalModuleId) {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/collector.rs:2526:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/collector.rs
2,526
1
name_resolution
443,322
function
borrow_modules
fn borrow_modules(
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 borrow_modules(
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/collector.rs:2548:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/collector.rs
2,548
1
name_resolution
443,323
function
is_cfg_enabled
fn is_cfg_enabled(&self, cfg: &CfgExpr) -> 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
fn is_cfg_enabled(&self, cfg: &CfgExpr) -> bool {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/collector.rs:2552:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/collector.rs
2,552
1
name_resolution
443,324
function
emit_unconfigured_diagnostic
fn emit_unconfigured_diagnostic(&mut self, ast_id: ErasedAstId, cfg: &CfgExpr) {
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 emit_unconfigured_diagnostic(&mut self, ast_id: ErasedAstId, cfg: &CfgExpr) {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/collector.rs:2562:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/collector.rs
2,562
1
name_resolution
443,325
function
file_id
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
fn file_id(&self) -> HirFileId {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/collector.rs:2575:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/collector.rs
2,575
1
name_resolution
443,326
function
do_collect_defs
fn do_collect_defs(db: &dyn DefDatabase, def_map: DefMap) -> DefMap {
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 do_collect_defs(db: &dyn DefDatabase, def_map: DefMap) -> DefMap {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/collector.rs:2599:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/collector.rs
2,599
1
name_resolution
443,327
function
do_resolve
fn do_resolve(not_ra_fixture: &str) -> DefMap {
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 do_resolve(not_ra_fixture: &str) -> DefMap {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/collector.rs:2615:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/collector.rs
2,615
1
name_resolution
443,328
function
test_macro_expand_will_stop_1
fn test_macro_expand_will_stop_1() {
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 test_macro_expand_will_stop_1() {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/collector.rs:2636:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/collector.rs
2,636
1
name_resolution
443,329
function
test_macro_expand_will_stop_2
fn test_macro_expand_will_stop_2() {
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 test_macro_expand_will_stop_2() {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/path_resolution.rs:35:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/path_resolution.rs
35
1
name_resolution
443,330
enum
null
pub(super) enum ResolveMode {
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(super) enum ResolveMode {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/path_resolution.rs:41:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/path_resolution.rs
41
1
name_resolution
443,331
enum
null
pub(super) enum ReachedFixedPoint {
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(super) enum ReachedFixedPoint {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/path_resolution.rs:47:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/path_resolution.rs
47
1
name_resolution
443,332
struct
ResolvePathResult
pub(super) struct ResolvePathResult {
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(super) struct ResolvePathResult {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/path_resolution.rs:56:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/path_resolution.rs
56
1
name_resolution
443,333
struct
ResolvePathResultPrefixInfo
pub struct ResolvePathResultPrefixInfo {
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 ResolvePathResultPrefixInfo {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/path_resolution.rs:63:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/path_resolution.rs
63
1
name_resolution
443,334
function
empty
fn empty(reached_fixedpoint: ReachedFixedPoint) -> ResolvePathResult {
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 empty(reached_fixedpoint: ReachedFixedPoint) -> ResolvePathResult {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/path_resolution.rs:72:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/path_resolution.rs
72
1
name_resolution
443,335
function
new
fn new(
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 new(
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/path_resolution.rs:83:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/path_resolution.rs
83
1
name_resolution
443,336
function
filter_macro
pub(super) fn filter_macro(
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(super) fn filter_macro(
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/path_resolution.rs:98:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/path_resolution.rs
98
1
name_resolution
443,337
function
resolve_visibility
pub(crate) fn resolve_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 resolve_visibility(
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/path_resolution.rs:158:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/path_resolution.rs
158
1
name_resolution
443,338
function
resolve_path_fp_with_macro
pub(super) fn resolve_path_fp_with_macro(
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(super) fn resolve_path_fp_with_macro(
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/path_resolution.rs:246:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/path_resolution.rs
246
1
name_resolution
443,339
function
resolve_path_fp_with_macro_single
pub(super) fn resolve_path_fp_with_macro_single(
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(super) fn resolve_path_fp_with_macro_single(
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/path_resolution.rs:386:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/path_resolution.rs
386
1
name_resolution
443,340
function
resolve_path_fp_in_all_preludes
pub(super) fn resolve_path_fp_in_all_preludes(
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(super) fn resolve_path_fp_in_all_preludes(
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/path_resolution.rs:443:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/path_resolution.rs
443
1
name_resolution
443,341
function
resolve_path_abs<'a>
fn resolve_path_abs<'a>(
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 resolve_path_abs<'a>(
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/path_resolution.rs:465:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/path_resolution.rs
465
1
name_resolution
443,342
function
resolve_remaining_segments<'a>
fn resolve_remaining_segments<'a>(
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 resolve_remaining_segments<'a>(
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/path_resolution.rs:535:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/path_resolution.rs
535
1
name_resolution
443,343
enum
null
// enum variant
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 variant
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/path_resolution.rs:651:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/path_resolution.rs
651
1
name_resolution
443,344
function
resolve_name_in_module
fn resolve_name_in_module(
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 resolve_name_in_module(
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/path_resolution.rs:714:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/path_resolution.rs
714
1
name_resolution
443,345
function
resolve_name_in_all_preludes
fn resolve_name_in_all_preludes(
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 resolve_name_in_all_preludes(
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/path_resolution.rs:730:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/path_resolution.rs
730
1
name_resolution
443,346
function
resolve_name_in_extern_prelude
fn resolve_name_in_extern_prelude(&self, local_def_map: &LocalDefMap, 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
fn resolve_name_in_extern_prelude(&self, local_def_map: &LocalDefMap, name: &Name) -> PerNs {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/path_resolution.rs:740:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/path_resolution.rs
740
1
name_resolution
443,347
function
resolve_in_macro_use_prelude
fn resolve_in_macro_use_prelude(&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
fn resolve_in_macro_use_prelude(&self, name: &Name) -> PerNs {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/path_resolution.rs:750:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/path_resolution.rs
750
1
name_resolution
443,348
function
resolve_name_in_crate_root_or_extern_prelude
fn resolve_name_in_crate_root_or_extern_prelude(
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 resolve_name_in_crate_root_or_extern_prelude(
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/path_resolution.rs:775:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/path_resolution.rs
775
1
name_resolution
443,349
function
resolve_in_prelude
fn resolve_in_prelude(&self, db: &dyn DefDatabase, 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
fn resolve_in_prelude(&self, db: &dyn DefDatabase, name: &Name) -> PerNs {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/path_resolution.rs:793:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/path_resolution.rs
793
1
name_resolution
443,350
function
adjust_to_nearest_non_block_module<'db>
fn adjust_to_nearest_non_block_module<'db>(
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 adjust_to_nearest_non_block_module<'db>(
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs:16:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs
16
1
name_resolution
443,351
function
compute_crate_def_map
fn compute_crate_def_map(
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 compute_crate_def_map(
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs:25:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs
25
1
name_resolution
443,352
function
render_crate_def_map
fn render_crate_def_map(#[rust_analyzer::rust_fixture] ra_fixture: &str) -> 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
fn render_crate_def_map(#[rust_analyzer::rust_fixture] ra_fixture: &str) -> String {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs:31:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs
31
1
name_resolution
443,353
function
check
fn check(#[rust_analyzer::rust_fixture] ra_fixture: &str, expect: Expect) {
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 check(#[rust_analyzer::rust_fixture] ra_fixture: &str, expect: Expect) {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs:37:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs
37
1
name_resolution
443,354
function
crate_def_map_smoke_test
fn crate_def_map_smoke_test() {
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 crate_def_map_smoke_test() {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs:42:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs
42
1
name_resolution
443,355
struct
null
struct S;
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 S;
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs:48:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs
48
1
name_resolution
443,356
function
f
fn f() {}
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 f() {}
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs:51:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs
51
1
name_resolution
443,357
struct
null
pub struct Baz;
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 Baz;
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs:54:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs
54
1
name_resolution
443,358
enum
null
enum E { V }
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 E { V }
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs:59:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs
59
1
name_resolution
443,359
function
ext
fn ext();
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 ext();
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs:85:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs
85
1
name_resolution
443,360
function
crate_def_map_super_super
fn crate_def_map_super_super() {
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 crate_def_map_super_super() {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs:118:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs
118
1
name_resolution
443,361
function
crate_def_map_fn_mod_same_name
fn crate_def_map_fn_mod_same_name() {
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 crate_def_map_fn_mod_same_name() {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs:123:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs
123
1
name_resolution
443,362
function
z
pub fn z() {}
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 z() {}
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs:139:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs
139
1
name_resolution
443,363
function
bogus_paths
fn bogus_paths() {
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 bogus_paths() {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs:145:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs
145
1
name_resolution
443,364
struct
null
struct S;
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 S;
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs:163:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs
163
1
name_resolution
443,365
function
use_as
fn use_as() {
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 use_as() {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs:171:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs
171
1
name_resolution
443,366
struct
null
pub struct Baz;
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 Baz;
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs:185:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs
185
1
name_resolution
443,367
function
use_trees
fn use_trees() {
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 use_trees() {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs:196:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs
196
1
name_resolution
443,368
struct
null
pub struct Baz;
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 Baz;
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs:197:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs
197
1
name_resolution
443,369
enum
null
pub enum Quux {};
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 Quux {};
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs:216:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs
216
1
name_resolution
443,370
function
re_exports
fn re_exports() {
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 re_exports() {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs:228:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs
228
1
name_resolution
443,371
struct
null
pub struct Baz;
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 Baz;
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs:246:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs
246
1
name_resolution
443,372
function
std_prelude
fn std_prelude() {
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 std_prelude() {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs:260:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs
260
1
name_resolution
443,373
enum
null
pub enum Foo { Bar, Baz }
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 Foo { Bar, Baz }
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs:271:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs
271
1
name_resolution
443,374
function
can_import_enum_variant
fn can_import_enum_variant() {
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 can_import_enum_variant() {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs:275:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs
275
1
name_resolution
443,375
enum
null
enum E { V }
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 E { V }
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs:287:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs
287
1
name_resolution
443,376
function
edition_2015_imports
fn edition_2015_imports() {
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 edition_2015_imports() {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs:295:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs
295
1
name_resolution
443,377
struct
null
struct Bar;
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 Bar;
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs:302:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs
302
1
name_resolution
443,378
struct
null
pub struct FromLib;
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 FromLib;
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs:320:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs
320
1
name_resolution
443,379
function
item_map_using_self
fn item_map_using_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 item_map_using_self() {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs:331:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs
331
1
name_resolution
443,380
struct
null
pub struct Baz;
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 Baz;
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs:348:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs
348
1
name_resolution
443,381
function
item_map_across_crates
fn item_map_across_crates() {
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 item_map_across_crates() {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs:355:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs
355
1
name_resolution
443,382
struct
null
pub struct Baz;
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 Baz;
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs:365:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs
365
1
name_resolution
443,383
function
extern_crate_rename
fn extern_crate_rename() {
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 extern_crate_rename() {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs:377:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs
377
1
name_resolution
443,384
struct
null
pub struct Arc;
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 Arc;
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs:394:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs
394
1
name_resolution
443,385
function
extern_crate_reexport
fn extern_crate_reexport() {
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 extern_crate_reexport() {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs:418:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs
418
1
name_resolution
443,386
struct
null
pub struct PublicItem;
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 PublicItem;
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs:419:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs
419
1
name_resolution
443,387
struct
null
struct PrivateItem;
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 PrivateItem;
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs:422:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs
422
1
name_resolution
443,388
struct
null
pub struct Exported;
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 Exported;
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs:425:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs
425
1
name_resolution
443,389
struct
null
pub struct NotExported;
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 NotExported;
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs:440:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs
440
1
name_resolution
443,390
function
extern_crate_rename_2015_edition
fn extern_crate_rename_2015_edition() {
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 extern_crate_rename_2015_edition() {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs:452:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs
452
1
name_resolution
443,391
struct
null
pub struct Arc;
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 Arc;
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs:469:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs
469
1
name_resolution
443,392
function
macro_use_extern_crate_self
fn macro_use_extern_crate_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 macro_use_extern_crate_self() {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs:484:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs
484
1
name_resolution
443,393
function
reexport_across_crates
fn reexport_across_crates() {
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 reexport_across_crates() {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs:495:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs
495
1
name_resolution
443,394
struct
null
pub struct Baz;
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 Baz;
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs:505:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs
505
1
name_resolution
443,395
function
values_dont_shadow_extern_crates
fn values_dont_shadow_extern_crates() {
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 values_dont_shadow_extern_crates() {
null
null
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs:509:name_resolution
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/nameres/tests.rs
509
1
name_resolution
443,396
function
foo
fn foo() {}
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 foo() {}
null
null