Home
last modified time | relevance | path

Searched defs:type_path (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/rust/src/tools/rust-analyzer/crates/parser/src/grammar/
Dpaths.rs22 pub(crate) fn type_path(p: &mut Parser<'_>) { in type_path() function
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/handlers/
Dgenerate_new.rs66 let type_path = current_module.find_use_path( in generate_new() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/
Dmissing_fields.rs124 let type_path = current_module?.find_use_path( in fixes() localVariable
/third_party/rust/crates/serde/serde_derive/src/
Dde.rs487 let type_path = match form { in deserialize_tuple() localVariable
931 let type_path = match form { in deserialize_struct() localVariable