Module rustc_interface::interface
source ยท Structsยง
- Represents a compiler session. Note that every
Compilercontains 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 getting
jobserver::clientandbuild_session. - parse_cfg ๐Converts strings provided as
--cfg [cfgspec]into aCfg. - parse_check_cfg ๐Converts strings provided as
--check-cfg [specs]into aCheckCfg.