Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/crates/hir/src/
Ddiagnostics.rs145 pub struct MacroExpansionParseError { struct
146 pub node: InFile<SyntaxNodePtr>,
147 pub precise_location: Option<TextRange>,
148 pub errors: Box<[SyntaxError]>,
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/nameres/
Ddiagnostics.rs35 MacroExpansionParseError { ast: MacroCallKind, errors: Box<[SyntaxError]> }, enumerator