Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/
Dbody.rs61 pub type PatSource = InFile<PatPtr>; typedef
351 pub fn pat_syntax(&self, pat: PatId) -> Result<PatSource, SyntheticSyntax> { in pat_syntax()