rustc_
interface
1.86.0-nightly
(8239a37f9 2025-02-01)
Module interface
Module Items
Structs
Functions
Type Aliases
In crate rustc_
interface
rustc_interface
Module
interface
Copy item path
Source
Structs
ยง
Compiler
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.
Config
The compiler configuration
Functions
ยง
initialize_
checked_
jobserver
๐
Initialize jobserver before getting
jobserver::client
and
build_session
.
parse_
cfg
๐
Converts strings provided as
--cfg [cfgspec]
into a
Cfg
.
parse_
check_
cfg
๐
Converts strings provided as
--check-cfg [specs]
into a
CheckCfg
.
run_
compiler
try_
print_
query_
stack
Type Aliases
ยง
Result