Struct rustc_driver::driver::PhaseController
[−]
[src]
pub struct PhaseController<'a> { pub stop: Compilation, pub run_callback_on_error: bool, pub callback: Box<Fn(&mut CompileState) + 'a>, }
Unstable (
rustc_private
)Fields
stop: Compilation
Unstable (
rustc_private
)run_callback_on_error: bool
Unstable (
rustc_private
)callback: Box<Fn(&mut CompileState) + 'a>
Unstable (
rustc_private
)