Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-diagnostics/src/handlers/
Dmacro_error.rs6 pub(crate) fn macro_error(ctx: &DiagnosticsContext<'_>, d: &hir::MacroError) -> Diagnostic { in macro_error() function
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/nameres/
Ddiagnostics.rs100 pub(crate) fn macro_error( in macro_error() method
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-diagnostics/src/
Dlib.rs35 pub(crate) mod macro_error; module