Searched defs:MacroDefError (Results 1 – 2 of 2) sorted by relevance
152 pub struct MacroDefError { struct153 pub node: InFile<AstPtr<ast::Macro>>,154 pub message: String,155 pub name: Option<TextRange>,
43 MacroDefError { ast: AstId<ast::Macro>, message: String }, enumerator