Function parse_single_word_stmt

Source
pub fn parse_single_word_stmt(
    par: &mut Parser<'_>,
) -> ParseResult<Node<FuncStmt>>
Expand description

Parse a continue, break, pass, or revert statement.

§Panics

Panics if the next token isn’t one of the above.