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/ide-db/src/defs.rs:398:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs
| 398 | 1 |
type_inference
| 531,001 |
variable_or_return
| null | null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
) -> Option<IdentClass<'db>> {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs:423:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs
| 423 | 1 |
type_inference
| 531,002 |
variable_or_return
| null | null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
) -> Option<IdentClass<'db>> {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs:424:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs
| 424 | 1 |
type_inference
| 531,003 |
variable_or_return
|
parent
| null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
let parent = token.parent()?;
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs:431:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs
| 431 | 1 |
type_inference
| 531,004 |
variable_or_return
| null | null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
) -> Option<IdentClass<'db>> {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs:437:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs
| 437 | 1 |
type_inference
| 531,005 |
variable_or_return
| null | null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
pub fn definitions(self) -> ArrayVec<(Definition, Option<GenericSubstitution<'db>>), 2> {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs:438:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs
| 438 | 1 |
type_inference
| 531,006 |
variable_or_return
|
mut res
| null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
let mut res = ArrayVec::new();
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs:478:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs
| 478 | 1 |
type_inference
| 531,007 |
variable_or_return
| null | null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
pub fn definitions_no_ops(self) -> ArrayVec<Definition, 2> {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs:479:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs
| 479 | 1 |
type_inference
| 531,008 |
variable_or_return
|
mut res
| null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
let mut res = ArrayVec::new();
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs:523:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs
| 523 | 1 |
type_inference
| 531,009 |
variable_or_return
|
None
| null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
/// `None` in `if let None = Some(82) {}`.
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs:526:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs
| 526 | 1 |
type_inference
| 531,010 |
variable_or_return
|
Foo { field }
| null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
/// `field` in `if let Foo { field } = foo`. Here, `ast::Name` both introduces
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs:537:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs
| 537 | 1 |
type_inference
| 531,011 |
variable_or_return
| null | null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
pub fn defined(self) -> Option<Definition> {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs:538:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs
| 538 | 1 |
type_inference
| 531,012 |
variable_or_return
|
res
| null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
let res = match self {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs:551:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs
| 551 | 1 |
type_inference
| 531,013 |
variable_or_return
| null | null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
) -> Option<NameClass<'db>> {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs:552:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs
| 552 | 1 |
type_inference
| 531,014 |
variable_or_return
|
_p
| null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
let _p = tracing::info_span!("NameClass::classify").entered();
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs:554:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs
| 554 | 1 |
type_inference
| 531,015 |
variable_or_return
|
parent
| null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
let parent = name.syntax().parent()?;
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs:555:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs
| 555 | 1 |
type_inference
| 531,016 |
variable_or_return
|
definition
| null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
let definition = match_ast! {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs:574:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs
| 574 | 1 |
type_inference
| 531,017 |
variable_or_return
| null | null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
) -> Option<Definition> {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs:575:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs
| 575 | 1 |
type_inference
| 531,018 |
variable_or_return
|
definition
| null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
let definition = match item {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs:584:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs
| 584 | 1 |
type_inference
| 531,019 |
variable_or_return
|
def
| null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
let def = sema.to_def(&it)?;
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs:606:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs
| 606 | 1 |
type_inference
| 531,020 |
variable_or_return
| null | null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
) -> Option<NameClass<'db>> {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs:607:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs
| 607 | 1 |
type_inference
| 531,021 |
variable_or_return
|
Some(def)
| null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
if let Some(def) = sema.resolve_bind_pat_to_const(&ident_pat) {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs:611:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs
| 611 | 1 |
type_inference
| 531,022 |
variable_or_return
|
local
| null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
let local = sema.to_def(&ident_pat)?;
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs:612:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs
| 612 | 1 |
type_inference
| 531,023 |
variable_or_return
|
pat_parent
| null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
let pat_parent = ident_pat.syntax().parent();
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs:613:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs
| 613 | 1 |
type_inference
| 531,024 |
variable_or_return
|
Some(record_pat_field)
| null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
if let Some(record_pat_field) = pat_parent.and_then(ast::RecordPatField::cast) {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs:615:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs
| 615 | 1 |
type_inference
| 531,025 |
variable_or_return
|
Some((field, _, adt_subst))
| null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
if let Some((field, _, adt_subst)) =
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs:632:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs
| 632 | 1 |
type_inference
| 531,026 |
variable_or_return
| null | null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
) -> Option<Definition> {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs:633:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs
| 633 | 1 |
type_inference
| 531,027 |
variable_or_return
|
Some(use_tree)
| null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
if let Some(use_tree) = rename.syntax().parent().and_then(ast::UseTree::cast) {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs:634:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs
| 634 | 1 |
type_inference
| 531,028 |
variable_or_return
|
path
| null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
let path = use_tree.path()?;
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs:646:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs
| 646 | 1 |
type_inference
| 531,029 |
variable_or_return
| null | null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
) -> Option<NameClass<'db>> {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs:647:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs
| 647 | 1 |
type_inference
| 531,030 |
variable_or_return
|
_p
| null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
let _p = tracing::info_span!("NameClass::classify_lifetime", ?lifetime).entered();
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs:648:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs
| 648 | 1 |
type_inference
| 531,031 |
variable_or_return
|
parent
| null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
let parent = lifetime.syntax().parent()?;
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs:650:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs
| 650 | 1 |
type_inference
| 531,032 |
variable_or_return
|
Some(it)
| null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
if let Some(it) = ast::LifetimeParam::cast(parent.clone()) {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs:652:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs
| 652 | 1 |
type_inference
| 531,033 |
variable_or_return
|
Some(it)
| null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
} else if let Some(it) = ast::Label::cast(parent) {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs:675:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs
| 675 | 1 |
type_inference
| 531,034 |
variable_or_return
| null | null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
) -> Option<OperatorClass> {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs:682:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs
| 682 | 1 |
type_inference
| 531,035 |
variable_or_return
| null | null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
) -> Option<OperatorClass> {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs:689:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs
| 689 | 1 |
type_inference
| 531,036 |
variable_or_return
| null | null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
) -> Option<OperatorClass> {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs:696:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs
| 696 | 1 |
type_inference
| 531,037 |
variable_or_return
| null | null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
) -> Option<OperatorClass> {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs:703:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs
| 703 | 1 |
type_inference
| 531,038 |
variable_or_return
| null | null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
) -> Option<OperatorClass> {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs:710:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs
| 710 | 1 |
type_inference
| 531,039 |
variable_or_return
| null | null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
) -> Option<OperatorClass> {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs:717:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs
| 717 | 1 |
type_inference
| 531,040 |
variable_or_return
| null | null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
) -> Option<OperatorClass> {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs:753:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs
| 753 | 1 |
type_inference
| 531,041 |
variable_or_return
| null | null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
) -> Option<NameRefClass<'db>> {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs:754:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs
| 754 | 1 |
type_inference
| 531,042 |
variable_or_return
|
_p
| null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
let _p = tracing::info_span!("NameRefClass::classify", ?name_ref).entered();
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs:756:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs
| 756 | 1 |
type_inference
| 531,043 |
variable_or_return
|
parent
| null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
let parent = name_ref.syntax().parent()?;
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs:758:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs
| 758 | 1 |
type_inference
| 531,044 |
variable_or_return
|
Some(record_field)
| null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
if let Some(record_field) = ast::RecordExprField::for_field_name(name_ref) {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs:759:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs
| 759 | 1 |
type_inference
| 531,045 |
variable_or_return
|
Some((field, local, _, adt_subst))
| null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
if let Some((field, local, _, adt_subst)) =
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs:762:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs
| 762 | 1 |
type_inference
| 531,046 |
variable_or_return
|
res
| null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
let res = match local {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs:774:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs
| 774 | 1 |
type_inference
| 531,047 |
variable_or_return
|
Some(path)
| null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
if let Some(path) = ast::PathSegment::cast(parent.clone()).map(|it| it.parent_path()) {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs:776:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs
| 776 | 1 |
type_inference
| 531,048 |
variable_or_return
|
Some(macro_call)
| null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
if let Some(macro_call) = path.syntax().parent().and_then(ast::MacroCall::cast) {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs:779:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs
| 779 | 1 |
type_inference
| 531,049 |
variable_or_return
|
Some(macro_def)
| null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
if let Some(macro_def) = sema.resolve_macro_call(¯o_call) {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs:821:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs
| 821 | 1 |
type_inference
| 531,050 |
variable_or_return
|
containing_path
| null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
let containing_path = name_ref.syntax().ancestors().find_map(ast::Path::cast)?;
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs:822:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs
| 822 | 1 |
type_inference
| 531,051 |
variable_or_return
|
resolved
| null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
let resolved = sema.resolve_path(&containing_path)?;
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs:823:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs
| 823 | 1 |
type_inference
| 531,052 |
variable_or_return
|
PathResolution::Def(ModuleDef::Trait(tr))
| null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
if let PathResolution::Def(ModuleDef::Trait(tr)) = resolved {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs:824:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs
| 824 | 1 |
type_inference
| 531,053 |
variable_or_return
|
Some(ty)
| null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
if let Some(ty) = tr
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs:847:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs
| 847 | 1 |
type_inference
| 531,054 |
variable_or_return
|
extern_crate
| null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
let extern_crate = sema.to_def(&extern_crate_ast)?;
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs:848:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs
| 848 | 1 |
type_inference
| 531,055 |
variable_or_return
|
krate
| null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
let krate = extern_crate.resolved_crate(sema.db)?;
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs:859:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs
| 859 | 1 |
type_inference
| 531,056 |
variable_or_return
|
(def, subst)
| null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
let (def, subst) = sema.resolve_offset_of_field(name_ref)?;
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs:860:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs
| 860 | 1 |
type_inference
| 531,057 |
variable_or_return
|
def
| null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
let def = match def {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs:874:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs
| 874 | 1 |
type_inference
| 531,058 |
variable_or_return
| null | null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
) -> Option<NameRefClass<'db>> {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs:875:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs
| 875 | 1 |
type_inference
| 531,059 |
variable_or_return
|
_p
| null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
let _p = tracing::info_span!("NameRefClass::classify_lifetime", ?lifetime).entered();
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs:882:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs
| 882 | 1 |
type_inference
| 531,060 |
variable_or_return
|
parent
| null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
let parent = lifetime.syntax().parent()?;
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs:910:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs
| 910 | 1 |
type_inference
| 531,061 |
variable_or_return
| null | null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
fn from(impl_: Impl) -> Self {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs:916:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs
| 916 | 1 |
type_inference
| 531,062 |
variable_or_return
| null | null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
fn from(value: InlineAsmOperand) -> Self {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs:922:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs
| 922 | 1 |
type_inference
| 531,063 |
variable_or_return
| null | null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
fn from(value: Either<PathResolution, InlineAsmOperand>) -> Self {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs:928:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs
| 928 | 1 |
type_inference
| 531,064 |
variable_or_return
| null | null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
fn as_assoc_item(self, db: &dyn hir::db::HirDatabase) -> Option<AssocItem> {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs:939:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs
| 939 | 1 |
type_inference
| 531,065 |
variable_or_return
| null | null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
fn as_extern_assoc_item(self, db: &dyn hir::db::HirDatabase) -> Option<ExternAssocItem> {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs:950:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs
| 950 | 1 |
type_inference
| 531,066 |
variable_or_return
| null | null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
fn from(assoc_item: AssocItem) -> Self {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs:960:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs
| 960 | 1 |
type_inference
| 531,067 |
variable_or_return
| null | null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
fn from(path_resolution: PathResolution) -> Self {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs:975:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs
| 975 | 1 |
type_inference
| 531,068 |
variable_or_return
| null | null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
fn from(def: ModuleDef) -> Self {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs:993:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs
| 993 | 1 |
type_inference
| 531,069 |
variable_or_return
| null | null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
fn from(def: DocLinkDef) -> Self {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs:1003:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs
| 1,003 | 1 |
type_inference
| 531,070 |
variable_or_return
| null | null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
fn from(def: VariantDef) -> Self {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs:1010:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs
| 1,010 | 1 |
type_inference
| 531,071 |
variable_or_return
| null | null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
fn try_from(def: DefWithBody) -> Result<Self, Self::Error> {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs:1021:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs
| 1,021 | 1 |
type_inference
| 531,072 |
variable_or_return
| null | null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
fn from(def: GenericDef) -> Self {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs:1037:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/defs.rs
| 1,037 | 1 |
type_inference
| 531,073 |
variable_or_return
| null | null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
fn try_from(def: Definition) -> Result<Self, Self::Error> {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/path_transform.rs:42:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/path_transform.rs
| 42 | 1 |
type_inference
| 531,074 |
variable_or_return
| null | null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
/// pub trait T<U> { fn foo(&self, _: U) -> A<U>; }
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/path_transform.rs:51:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/path_transform.rs
| 51 | 1 |
type_inference
| 531,075 |
variable_or_return
| null | null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
/// fn foo(&self, _: ()) -> x::A<()> {}
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/path_transform.rs:68:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/path_transform.rs
| 68 | 1 |
type_inference
| 531,076 |
variable_or_return
| null | null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
) -> PathTransform<'a> {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/path_transform.rs:82:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/path_transform.rs
| 82 | 1 |
type_inference
| 531,077 |
variable_or_return
| null | null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
) -> PathTransform<'a> {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/path_transform.rs:96:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/path_transform.rs
| 96 | 1 |
type_inference
| 531,078 |
variable_or_return
| null | null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
) -> PathTransform<'a> {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/path_transform.rs:110:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/path_transform.rs
| 110 | 1 |
type_inference
| 531,079 |
variable_or_return
| null | null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
) -> PathTransform<'a> {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/path_transform.rs:122:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/path_transform.rs
| 122 | 1 |
type_inference
| 531,080 |
variable_or_return
| null | null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
) -> PathTransform<'a> {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/path_transform.rs:136:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/path_transform.rs
| 136 | 1 |
type_inference
| 531,081 |
variable_or_return
|
ctx
| null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
let ctx = self.build_ctx();
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/path_transform.rs:142:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/path_transform.rs
| 142 | 1 |
type_inference
| 531,082 |
variable_or_return
| null | null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
fn prettify_target_node(&self, node: SyntaxNode) -> SyntaxNode {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/path_transform.rs:146:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/path_transform.rs
| 146 | 1 |
type_inference
| 531,083 |
variable_or_return
|
db
| null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
let db = self.target_scope.db;
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/path_transform.rs:157:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/path_transform.rs
| 157 | 1 |
type_inference
| 531,084 |
variable_or_return
| null | null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
fn prettify_target_ast<N: AstNode>(&self, node: N) -> N {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/path_transform.rs:161:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/path_transform.rs
| 161 | 1 |
type_inference
| 531,085 |
variable_or_return
| null | null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
fn build_ctx(&self) -> Ctx<'a> {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/path_transform.rs:162:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/path_transform.rs
| 162 | 1 |
type_inference
| 531,086 |
variable_or_return
|
db
| null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
let db = self.source_scope.db;
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/path_transform.rs:163:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/path_transform.rs
| 163 | 1 |
type_inference
| 531,087 |
variable_or_return
|
target_module
| null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
let target_module = self.target_scope.module();
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/path_transform.rs:164:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/path_transform.rs
| 164 | 1 |
type_inference
| 531,088 |
variable_or_return
|
source_module
| null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
let source_module = self.source_scope.module();
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/path_transform.rs:165:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/path_transform.rs
| 165 | 1 |
type_inference
| 531,089 |
variable_or_return
|
skip
| null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
let skip = match self.generic_def {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/path_transform.rs:170:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/path_transform.rs
| 170 | 1 |
type_inference
| 531,090 |
variable_or_return
|
mut type_substs: FxHashMap<hir::TypeParam, ast::Type>
| null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
let mut type_substs: FxHashMap<hir::TypeParam, ast::Type> = Default::default();
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/path_transform.rs:171:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/path_transform.rs
| 171 | 1 |
type_inference
| 531,091 |
variable_or_return
|
mut const_substs: FxHashMap<hir::ConstParam, SyntaxNode>
| null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
let mut const_substs: FxHashMap<hir::ConstParam, SyntaxNode> = Default::default();
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/path_transform.rs:172:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/path_transform.rs
| 172 | 1 |
type_inference
| 531,092 |
variable_or_return
|
mut defaulted_params: Vec<DefaultedParam>
| null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
let mut defaulted_params: Vec<DefaultedParam> = Default::default();
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/path_transform.rs:173:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/path_transform.rs
| 173 | 1 |
type_inference
| 531,093 |
variable_or_return
|
target_edition
| null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
let target_edition = target_module.krate().edition(self.source_scope.db);
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/path_transform.rs:187:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/path_transform.rs
| 187 | 1 |
type_inference
| 531,094 |
variable_or_return
|
Some(ty)
| null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
if let Some(ty) = v.ty() {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/path_transform.rs:192:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/path_transform.rs
| 192 | 1 |
type_inference
| 531,095 |
variable_or_return
|
Some(default)
| null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
if let Some(default) = k.default(db) {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/path_transform.rs:193:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/path_transform.rs
| 193 | 1 |
type_inference
| 531,096 |
variable_or_return
|
Some(default)
| null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
if let Some(default) =
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/path_transform.rs:202:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/path_transform.rs
| 202 | 1 |
type_inference
| 531,097 |
variable_or_return
|
Some(ty)
| null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
if let Some(ty) = v.ty() {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/path_transform.rs:207:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/path_transform.rs
| 207 | 1 |
type_inference
| 531,098 |
variable_or_return
|
Some(expr)
| null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
if let Some(expr) = v.expr() {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/path_transform.rs:209:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/path_transform.rs
| 209 | 1 |
type_inference
| 531,099 |
variable_or_return
| null | null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
// (e.g. `N * 2` -> `{1 + 1} * 2`; it's unclear whether `{1 + 1}`
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/path_transform.rs:218:type_inference
|
/home/mdupont/2025/06/27/rust-analyzer/crates/ide-db/src/path_transform.rs
| 218 | 1 |
type_inference
| 531,100 |
variable_or_return
|
Some(default)
| null | null | null |
{"confidence":0.95,"inference_method":"explicit","inferred_type":"unknown"}
| null | 3 | 1,754,595,407 |
1.86.0
|
0.3.2000
|
if let Some(default) =
| null | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.