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