pub fn missing_node<S1, S2, S3>(
file_id: FileId,
location: Span,
in_rule: S1,
expecting: S2,
field_name: Option<S3>,
) -> Diagnostic
Expand description
Note: tree-sitter originated errors will always have a location.
pub fn missing_node<S1, S2, S3>(
file_id: FileId,
location: Span,
in_rule: S1,
expecting: S2,
field_name: Option<S3>,
) -> Diagnostic
Note: tree-sitter originated errors will always have a location.