Skip to main content

Module functions

Module functions 

Source

Structsยง

AstFunctionPrefix ๐Ÿ”’
The prefix parses a fn declaration up until the fn keyword. That is what we need to see to know that we should be parsing a function. Parsing always succeeds with Ok(Some) or errors; the intent is that you probe with can_eat.

Functionsยง

report_duplicate_keyword ๐Ÿ”’