Module rustc_parse::parser::diagnostics
source · Structs
- Information for emitting suggestions and recovering from C-style
i++
,--i
, etc. - SnapshotParser is used to create a snapshot of the parser without causing duplicate errors being emitted when the
Parser
is dropped.
Enums
- Control whether the closing delimiter should be consumed when calling
Parser::consume_block
. - IncOrDec 🔒
- Is an increment or decrement expression its own statement?
Traits
Functions
- Creates a placeholder argument.