StructsΒ§
- DocContext π
- Emit
Ignored πResolution Errors - 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