Function sdml_errors::diagnostics::functions::missing_variable_in_node

source ยท
pub fn missing_variable_in_node<S1, S2>(
    file_id: FileId,
    location: Span,
    expecting: S1,
    in_node: Option<S2>,
) -> Diagnostic
where S1: Into<String>, S2: Into<String>,
Expand description

Note: tree-sitter originated errors will always have a location.