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/attr.rs:615:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/attr.rs
| 615 | 1 |
name_resolution
| 441,897 |
function
|
source_map
|
pub fn source_map(&self, db: &dyn DefDatabase) -> AttrSourceMap {
| 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 source_map(&self, db: &dyn DefDatabase) -> AttrSourceMap {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/attr.rs:694:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/attr.rs
| 694 | 1 |
name_resolution
| 441,898 |
struct
|
AttrSourceMap
|
pub struct AttrSourceMap {
| 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 AttrSourceMap {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/attr.rs:705:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/attr.rs
| 705 | 1 |
name_resolution
| 441,899 |
function
|
new
|
fn new(owner: InFile<&dyn ast::HasAttrs>) -> 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 new(owner: InFile<&dyn ast::HasAttrs>) -> Self {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/attr.rs:715:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/attr.rs
| 715 | 1 |
name_resolution
| 441,900 |
function
|
append_module_inline_attrs
|
fn append_module_inline_attrs(&mut self, other: 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 append_module_inline_attrs(&mut self, other: Self) {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/attr.rs:730:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/attr.rs
| 730 | 1 |
name_resolution
| 441,901 |
function
|
source_of
|
pub fn source_of(&self, attr: &Attr) -> InFile<&Either<ast::Attr, ast::Comment>> {
| 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 source_of(&self, attr: &Attr) -> InFile<&Either<ast::Attr, ast::Comment>> {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/attr.rs:734:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/attr.rs
| 734 | 1 |
name_resolution
| 441,902 |
function
|
source_of_id
|
pub fn source_of_id(&self, id: AttrId) -> InFile<&Either<ast::Attr, ast::Comment>> {
| 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 source_of_id(&self, id: AttrId) -> InFile<&Either<ast::Attr, ast::Comment>> {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/attr.rs:749:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/attr.rs
| 749 | 1 |
name_resolution
| 441,903 |
struct
|
AttrQuery<'attr>
|
pub struct AttrQuery<'attr> {
| 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 AttrQuery<'attr> {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/attr.rs:756:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/attr.rs
| 756 | 1 |
name_resolution
| 441,904 |
function
|
tt_values
|
pub fn tt_values(self) -> impl Iterator<Item = &'attr crate::tt::TopSubtree> {
| 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 tt_values(self) -> impl Iterator<Item = &'attr crate::tt::TopSubtree> {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/attr.rs:761:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/attr.rs
| 761 | 1 |
name_resolution
| 441,905 |
function
|
string_value
|
pub fn string_value(self) -> Option<&'attr Symbol> {
| 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 string_value(self) -> Option<&'attr Symbol> {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/attr.rs:766:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/attr.rs
| 766 | 1 |
name_resolution
| 441,906 |
function
|
string_value_with_span
|
pub fn string_value_with_span(self) -> Option<(&'attr Symbol, span::Span)> {
| 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 string_value_with_span(self) -> Option<(&'attr Symbol, span::Span)> {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/attr.rs:771:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/attr.rs
| 771 | 1 |
name_resolution
| 441,907 |
function
|
string_value_unescape
|
pub fn string_value_unescape(self) -> Option<Cow<'attr, 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 string_value_unescape(self) -> Option<Cow<'attr, str>> {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/attr.rs:776:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/attr.rs
| 776 | 1 |
name_resolution
| 441,908 |
function
|
exists
|
pub fn exists(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 fn exists(self) -> bool {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/attr.rs:781:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/attr.rs
| 781 | 1 |
name_resolution
| 441,909 |
function
|
attrs
|
pub fn attrs(self) -> impl Iterator<Item = &'attr Attr> + Clone {
| 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 attrs(self) -> impl Iterator<Item = &'attr Attr> + Clone {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/attr.rs:793:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/attr.rs
| 793 | 1 |
name_resolution
| 441,910 |
function
|
find_string_value_in_tt
|
pub fn find_string_value_in_tt(self, key: Symbol) -> Option<&'attr 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 find_string_value_in_tt(self, key: Symbol) -> Option<&'attr str> {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/attr.rs:807:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/attr.rs
| 807 | 1 |
name_resolution
| 441,911 |
function
|
any_has_attrs<'db>
|
fn any_has_attrs<'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 any_has_attrs<'db>(
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/attr.rs:814:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/attr.rs
| 814 | 1 |
name_resolution
| 441,912 |
function
|
attrs_from_ast_id_loc<'db, N: AstIdNode + HasAttrs>
|
fn attrs_from_ast_id_loc<'db, N: AstIdNode + HasAttrs>(
| 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 attrs_from_ast_id_loc<'db, N: AstIdNode + HasAttrs>(
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/attr.rs:825:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/attr.rs
| 825 | 1 |
name_resolution
| 441,913 |
function
|
fields_attrs_source_map
|
pub(crate) fn fields_attrs_source_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
|
pub(crate) fn fields_attrs_source_map(
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/attr.rs:860:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/attr.rs
| 860 | 1 |
name_resolution
| 441,914 |
function
|
assert_parse_result
|
fn assert_parse_result(input: &str, expected: DocExpr) {
| 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 assert_parse_result(input: &str, expected: DocExpr) {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/attr.rs:877:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/attr.rs
| 877 | 1 |
name_resolution
| 441,915 |
function
|
test_doc_expr_parser
|
fn test_doc_expr_parser() {
| 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_doc_expr_parser() {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/attr.rs:899:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/attr.rs
| 899 | 1 |
name_resolution
| 441,916 |
struct
| null |
struct Foo;"#,
| 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 Foo;"#,
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs:24:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs
| 24 | 1 |
name_resolution
| 441,917 |
function
|
find_path
|
pub fn find_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 find_path(
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs:64:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs
| 64 | 1 |
name_resolution
| 441,918 |
enum
| null |
enum Stability {
| 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 Stability {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs:74:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs
| 74 | 1 |
name_resolution
| 441,919 |
enum
| null |
pub enum PrefixKind {
| 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 PrefixKind {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs:87:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs
| 87 | 1 |
name_resolution
| 441,920 |
function
|
path_kind
|
fn path_kind(self) -> PathKind {
| 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 path_kind(self) -> PathKind {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs:96:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs
| 96 | 1 |
name_resolution
| 441,921 |
struct
|
FindPathCtx<'db>
|
struct FindPathCtx<'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 FindPathCtx<'db> {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs:108:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs
| 108 | 1 |
name_resolution
| 441,922 |
function
|
find_path_inner
|
fn find_path_inner(ctx: &FindPathCtx<'_>, item: ItemInNs, max_len: usize) -> Option<ModPath> {
| 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 find_path_inner(ctx: &FindPathCtx<'_>, item: ItemInNs, max_len: usize) -> Option<ModPath> {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs:136:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs
| 136 | 1 |
name_resolution
| 441,923 |
enum
| null |
// - if the item is an enum variant, refer to it via the enum
| 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
|
// - if the item is an enum variant, refer to it via the enum
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs:155:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs
| 155 | 1 |
name_resolution
| 441,924 |
function
|
find_path_for_module
|
fn find_path_for_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 find_path_for_module(
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs:254:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs
| 254 | 1 |
name_resolution
| 441,925 |
function
|
find_in_scope
|
fn find_in_scope(
| 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 find_in_scope(
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs:271:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs
| 271 | 1 |
name_resolution
| 441,926 |
function
|
find_in_prelude
|
fn find_in_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 find_in_prelude(
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs:304:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs
| 304 | 1 |
name_resolution
| 441,927 |
function
|
is_kw_kind_relative_to_from
|
fn is_kw_kind_relative_to_from(
| 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_kw_kind_relative_to_from(
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs:330:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs
| 330 | 1 |
name_resolution
| 441,928 |
function
|
calculate_best_path
|
fn calculate_best_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
|
fn calculate_best_path(
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs:370:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs
| 370 | 1 |
name_resolution
| 441,929 |
function
|
find_in_sysroot
|
fn find_in_sysroot(
| 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 find_in_sysroot(
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs:416:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs
| 416 | 1 |
name_resolution
| 441,930 |
function
|
find_in_dep
|
fn find_in_dep(
| 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 find_in_dep(
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs:459:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs
| 459 | 1 |
name_resolution
| 441,931 |
function
|
calculate_best_path_local
|
fn calculate_best_path_local(
| 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 calculate_best_path_local(
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs:490:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs
| 490 | 1 |
name_resolution
| 441,932 |
struct
|
Choice
|
struct Choice {
| 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 Choice {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs:501:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs
| 501 | 1 |
name_resolution
| 441,933 |
function
|
new
|
fn new(prefer_prelude: bool, kind: PathKind, name: Name, stability: Stability) -> 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 new(prefer_prelude: bool, kind: PathKind, name: Name, stability: Stability) -> Self {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs:510:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs
| 510 | 1 |
name_resolution
| 441,934 |
function
|
push
|
fn push(mut self, prefer_prelude: bool, name: Name) -> 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 push(mut self, prefer_prelude: bool, name: Name) -> Self {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs:517:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs
| 517 | 1 |
name_resolution
| 441,935 |
function
|
try_select
|
fn try_select(
| 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 try_select(
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs:551:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs
| 551 | 1 |
name_resolution
| 441,936 |
function
|
path_kind_len
|
fn path_kind_len(kind: PathKind) -> usize {
| 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 path_kind_len(kind: PathKind) -> usize {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs:563:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs
| 563 | 1 |
name_resolution
| 441,937 |
function
|
find_local_import_locations
|
fn find_local_import_locations(
| 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 find_local_import_locations(
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs:672:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs
| 672 | 1 |
name_resolution
| 441,938 |
function
|
check_found_path_
|
fn check_found_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
|
fn check_found_path_(
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs:737:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs
| 737 | 1 |
name_resolution
| 441,939 |
function
|
check_found_path
|
fn check_found_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
|
fn check_found_path(
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs:745:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs
| 745 | 1 |
name_resolution
| 441,940 |
function
|
check_found_path_prelude
|
fn check_found_path_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 check_found_path_prelude(
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs:753:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs
| 753 | 1 |
name_resolution
| 441,941 |
function
|
check_found_path_absolute
|
fn check_found_path_absolute(
| 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_found_path_absolute(
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs:761:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs
| 761 | 1 |
name_resolution
| 441,942 |
function
|
check_found_path_prefer_no_std
|
fn check_found_path_prefer_no_std(
| 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_found_path_prefer_no_std(
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs:769:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs
| 769 | 1 |
name_resolution
| 441,943 |
function
|
check_found_path_prefer_no_std_allow_unstable
|
fn check_found_path_prefer_no_std_allow_unstable(
| 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_found_path_prefer_no_std_allow_unstable(
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs:778:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs
| 778 | 1 |
name_resolution
| 441,944 |
function
|
same_module
|
fn same_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 same_module() {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs:781:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs
| 781 | 1 |
name_resolution
| 441,945 |
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/find_path.rs:797:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs
| 797 | 1 |
name_resolution
| 441,946 |
function
|
enum_variant
|
fn 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 enum_variant() {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs:800:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs
| 800 | 1 |
name_resolution
| 441,947 |
enum
| null |
enum E { A }
| 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 { A }
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs:816:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs
| 816 | 1 |
name_resolution
| 441,948 |
function
|
sub_module
|
fn sub_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 sub_module() {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs:820:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs
| 820 | 1 |
name_resolution
| 441,949 |
struct
| null |
pub 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
|
pub struct S;
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs:837:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs
| 837 | 1 |
name_resolution
| 441,950 |
function
|
super_module
|
fn super_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 super_module() {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs:844:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs
| 844 | 1 |
name_resolution
| 441,951 |
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/find_path.rs:861:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs
| 861 | 1 |
name_resolution
| 441,952 |
function
|
self_module
|
fn self_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 self_module() {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs:882:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs
| 882 | 1 |
name_resolution
| 441,953 |
function
|
crate_root
|
fn crate_root() {
| 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_root() {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs:903:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs
| 903 | 1 |
name_resolution
| 441,954 |
function
|
same_crate
|
fn same_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 same_crate() {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs:908:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs
| 908 | 1 |
name_resolution
| 441,955 |
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/find_path.rs:925:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs
| 925 | 1 |
name_resolution
| 441,956 |
function
|
different_crate
|
fn different_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 different_crate() {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs:931:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs
| 931 | 1 |
name_resolution
| 441,957 |
struct
| null |
pub 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
|
pub struct S;
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs:946:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs
| 946 | 1 |
name_resolution
| 441,958 |
function
|
different_crate_renamed
|
fn different_crate_renamed() {
| 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 different_crate_renamed() {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs:953:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs
| 953 | 1 |
name_resolution
| 441,959 |
struct
| null |
pub 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
|
pub struct S;
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs:968:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs
| 968 | 1 |
name_resolution
| 441,960 |
function
|
partially_imported
|
fn partially_imported() {
| 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 partially_imported() {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs:981:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs
| 981 | 1 |
name_resolution
| 441,961 |
enum
| null |
pub enum ModuleItem {
| 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 ModuleItem {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs:1004:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs
| 1,004 | 1 |
name_resolution
| 441,962 |
enum
| null |
pub enum ModuleItem {
| 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 ModuleItem {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs:1022:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs
| 1,022 | 1 |
name_resolution
| 441,963 |
function
|
partially_imported_with_prefer_absolute
|
fn partially_imported_with_prefer_absolute() {
| 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 partially_imported_with_prefer_absolute() {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs:1037:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs
| 1,037 | 1 |
name_resolution
| 441,964 |
enum
| null |
pub enum ModuleItem {
| 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 ModuleItem {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs:1055:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs
| 1,055 | 1 |
name_resolution
| 441,965 |
function
|
same_crate_reexport
|
fn same_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 same_crate_reexport() {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs:1059:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs
| 1,059 | 1 |
name_resolution
| 441,966 |
struct
|
S;
|
mod foo { pub(crate) 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
|
mod foo { pub(crate) struct S; }
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs:1077:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs
| 1,077 | 1 |
name_resolution
| 441,967 |
function
|
same_crate_reexport_rename
|
fn same_crate_reexport_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 same_crate_reexport_rename() {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs:1081:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs
| 1,081 | 1 |
name_resolution
| 441,968 |
struct
|
S;
|
mod foo { pub(crate) 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
|
mod foo { pub(crate) struct S; }
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs:1099:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs
| 1,099 | 1 |
name_resolution
| 441,969 |
function
|
different_crate_reexport
|
fn different_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 different_crate_reexport() {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs:1107:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs
| 1,107 | 1 |
name_resolution
| 441,970 |
struct
| null |
pub 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
|
pub struct S;
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs:1122:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs
| 1,122 | 1 |
name_resolution
| 441,971 |
function
|
prelude
|
fn 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 prelude() {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs:1130:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs
| 1,130 | 1 |
name_resolution
| 441,972 |
struct
| null |
pub 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
|
pub struct S;
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs:1147:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs
| 1,147 | 1 |
name_resolution
| 441,973 |
function
|
shadowed_prelude
|
fn shadowed_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 shadowed_prelude() {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs:1151:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs
| 1,151 | 1 |
name_resolution
| 441,974 |
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/find_path.rs:1156:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs
| 1,156 | 1 |
name_resolution
| 441,975 |
struct
| null |
pub 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
|
pub struct S;
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs:1173:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs
| 1,173 | 1 |
name_resolution
| 441,976 |
function
|
imported_prelude
|
fn imported_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 imported_prelude() {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs:1182:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs
| 1,182 | 1 |
name_resolution
| 441,977 |
struct
| null |
pub 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
|
pub struct S;
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs:1199:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs
| 1,199 | 1 |
name_resolution
| 441,978 |
function
|
enum_variant_from_prelude
|
fn enum_variant_from_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 enum_variant_from_prelude() {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs:1206:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs
| 1,206 | 1 |
name_resolution
| 441,979 |
enum
| null |
pub enum Option<T> { Some(T), None }
| 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 Option<T> { Some(T), None }
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs:1238:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs
| 1,238 | 1 |
name_resolution
| 441,980 |
function
|
shortest_path
|
fn shortest_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
|
fn shortest_path() {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs:1244:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs
| 1,244 | 1 |
name_resolution
| 441,981 |
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/find_path.rs:1247:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs
| 1,247 | 1 |
name_resolution
| 441,982 |
struct
|
S;
|
pub mod bar { pub 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
|
pub mod bar { pub struct S; }
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs:1264:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs
| 1,264 | 1 |
name_resolution
| 441,983 |
function
|
discount_private_imports
|
fn discount_private_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 discount_private_imports() {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs:1270:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs
| 1,270 | 1 |
name_resolution
| 441,984 |
struct
|
S;
|
pub mod bar { pub 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
|
pub mod bar { pub struct S; }
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs:1289:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs
| 1,289 | 1 |
name_resolution
| 441,985 |
function
|
explicit_private_imports_crate
|
fn explicit_private_imports_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 explicit_private_imports_crate() {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs:1294:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs
| 1,294 | 1 |
name_resolution
| 441,986 |
struct
|
S;
|
pub mod bar { pub 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
|
pub mod bar { pub struct S; }
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs:1312:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs
| 1,312 | 1 |
name_resolution
| 441,987 |
function
|
explicit_private_imports
|
fn explicit_private_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 explicit_private_imports() {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs:1319:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs
| 1,319 | 1 |
name_resolution
| 441,988 |
struct
|
S;
|
pub mod baz { pub 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
|
pub mod baz { pub struct S; }
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs:1339:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs
| 1,339 | 1 |
name_resolution
| 441,989 |
function
|
import_cycle
|
fn import_cycle() {
| 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_cycle() {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs:1350:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs
| 1,350 | 1 |
name_resolution
| 441,990 |
struct
| null |
pub 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
|
pub struct S;
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs:1367:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs
| 1,367 | 1 |
name_resolution
| 441,991 |
function
|
prefer_std_paths_over_alloc
|
fn prefer_std_paths_over_alloc() {
| 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 prefer_std_paths_over_alloc() {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs:1380:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs
| 1,380 | 1 |
name_resolution
| 441,992 |
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/find_path.rs:1395:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs
| 1,395 | 1 |
name_resolution
| 441,993 |
function
|
prefer_core_paths_over_std_for_mod_reexport
|
fn prefer_core_paths_over_std_for_mod_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 prefer_core_paths_over_std_for_mod_reexport() {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs:1409:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs
| 1,409 | 1 |
name_resolution
| 441,994 |
struct
| null |
pub struct Pin;
| 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 Pin;
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs:1425:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs
| 1,425 | 1 |
name_resolution
| 441,995 |
function
|
prefer_core_paths_over_std
|
fn prefer_core_paths_over_std() {
| 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 prefer_core_paths_over_std() {
| null | null |
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs:1441:name_resolution
|
/home/mdupont/2025/06/27/rust-analyzer/crates/hir-def/src/find_path.rs
| 1,441 | 1 |
name_resolution
| 441,996 |
struct
| null |
pub struct Error;
| 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 Error;
| null | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.