Module rustc_interface::interface

source ·

Structs§

  • Represents a compiler session. Note that every Compiler contains a Session, but Compiler also contains some things that cannot be in Session, due to Session being in a crate that has many fewer dependencies than this crate.
  • The compiler configuration

Functions§

Type Aliases§