Function rustc_plugin::driver_main
source ยท pub fn driver_main<T: RustcPlugin>(plugin: T)
Expand description
The top-level function that should be called by your internal driver binary.
pub fn driver_main<T: RustcPlugin>(plugin: T)
The top-level function that should be called by your internal driver binary.