rustc_
interface
1.87.0-nightly
(43f0014ef 2025-03-25)
In rustc_
interface::
interface
Structs
Compiler
Config
Functions
initialize_checked_jobserver
parse_cfg
parse_check_cfg
run_compiler
try_print_query_stack
Type Aliases
Result
rustc_interface
::
interface
Function
run_compiler
Copy item path
Settings
Help
Summary
Source
pub fn run_compiler<R:
Send
>( config:
Config
, f: impl
FnOnce
(&
Compiler
) -> R +
Send
, ) -> R