pub fn first_error_line(root: Node<'_>) -> Option<u32>
The first ERROR or MISSING node in the subtree, for locating a parse diagnostic on a line.
ERROR
MISSING