pub fn dispatch_labels(
document: &Document,
registry: &Registry,
diagnostics: &mut Vec<AnalysisDiagnostic>,
)Expand description
Walk document and append diagnostics for every labelled node whose
namespace is registered in registry. No-op on an empty registry.