rustc_
interface
1.86.0-beta.7
(7824ede68 2025-03-22)
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