Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-ty/src/
Dautoderef.rs150 let deref_trait = localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/handlers/
Dgenerate_deref.rs162 let deref_trait = FamousDefs(sema, krate).core_ops_Deref()?; in existing_deref_impl() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-ty/src/mir/lower/
Das_place.rs315 let deref_trait = self in lower_overloaded_deref() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-ty/src/tests/
Dtraits.rs696 fn deref_trait() { in deref_trait() function