☰
In rustc_interface::interface
In rustc_interface::interface
Structs
BoxedResolver
Compiler
Config
Functions
create_compiler_and_run
parse_cfgspecs
parse_check_cfg
run_compiler
try_print_query_stack
Type Definitions
Result
?
Function
rustc_interface
::
interface
::
create_compiler_and_run
source
·
[
−
]
pub fn create_compiler_and_run<R>(
config:
Config
,
f: impl
FnOnce
(&
Compiler
) -> R
) -> R