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
Converts strings provided as
--cfg [cfgspec]
into a crate_cfg
.Converts strings provided as
--check-cfg [specs]
into a CheckCfg
.