Structs§
- DocContext π
- Due to https://github.com/rust-lang/rust/pull/73566, the name resolution pass may find errors that are never emitted. If typeck is called after this happens, then weβll get an ICE: βRes::Error found but not reportedβ. To avoid this, emit the errors now.
- Options πThe top-level command-line options struct.
- Unstable
Options π
Enums§
- Impl
Trait πParam DefId
or parameter index (ty::ParamTy.index
) of a synthetic type parameter forimpl 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