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