pub fn parse_unsafe_block(par: &mut Parser<'_>) -> ParseResult<Node<FuncStmt>>
Parse an unsafe block.
unsafe
Panics if the next token isn’t unsafe.