Module rustc_interface::interface 
source ยท Structsยง
- Represents a compiler session. Note that everyCompilercontains aSession, butCompileralso contains some things that cannot be inSession, due toSessionbeing in a crate that has many fewer dependencies than this crate.
- The compiler configuration
Functionsยง
- Initialize jobserver before gettingjobserver::clientandbuild_session.
- parse_cfg ๐Converts strings provided as--cfg [cfgspec]into aCfg.
- parse_check_cfg ๐Converts strings provided as--check-cfg [specs]into aCheckCfg.