Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/crates/hir/src/
Ddiagnostics.rs152 pub struct MacroDefError { struct
153 pub node: InFile<AstPtr<ast::Macro>>,
154 pub message: String,
155 pub name: Option<TextRange>,
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/nameres/
Ddiagnostics.rs43 MacroDefError { ast: AstId<ast::Macro>, message: String }, enumerator