Module rustdoc::core

source ยท

Structsยง

Enumsยง

  • ImplTraitParam ๐Ÿ”’
    DefId or parameter index (ty::ParamTy.index) of a synthetic type parameter for impl Trait in argument position.

Functionsยง

  • create_config ๐Ÿ”’
    Parse, resolve, and typecheck the given crate.
  • new_dcx ๐Ÿ”’
    Creates a new DiagCtxt that can be used to emit warnings and errors.
  • run_global_ctxt ๐Ÿ”’