rustc_parse::parser

Module diagnostics

source

Structsยง

  • IncDecRecovery ๐Ÿ”’
    Information for emitting suggestions and recovering from C-style i++, --i, etc.
  • MisspelledKw ๐Ÿ”’
  • MultiSugg ๐Ÿ”’
  • SnapshotParser is used to create a snapshot of the parser without causing duplicate errors being emitted when the Parser is dropped.

Enumsยง

Traitsยง

Functionsยง

  • dummy_arg ๐Ÿ”’
    Creates a placeholder argument.
  • find_similar_kw ๐Ÿ”’
    Checks if the given lookup identifier is similar to any keyword symbol in candidates.