Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/crates/hir/src/
Ddiagnostics.rs138 pub struct MacroError { struct
139 pub node: InFile<SyntaxNodePtr>,
140 pub precise_location: Option<TextRange>,
141 pub message: String,
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/nameres/
Ddiagnostics.rs33 MacroError { ast: MacroCallKind, message: String }, enumerator
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/
Dbody.rs109 MacroError { node: InFile<AstPtr<ast::MacroCall>>, message: String }, enumerator