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ยง
- Initialize jobserver before getting
jobserver::client
andbuild_session
. - parse_
cfg ๐Converts strings provided as--cfg [cfgspec]
into aCfg
. - parse_
check_ ๐cfg Converts strings provided as--check-cfg [specs]
into aCheckCfg
.