Module rustc_interface::interface
source · Structs
- Represents a compiler session. Note that every
Compiler
contains aSession
, butCompiler
also contains some things that cannot be inSession
, due toSession
being in a crate that has many fewer dependencies than this crate. - The compiler configuration
Functions
- Converts strings provided as
--cfg [cfgspec]
into acrate_cfg
. - Converts strings provided as
--check-cfg [specs]
into aCheckCfg
.