Function rustc_plugin::cli_main
source ยท pub fn cli_main<T: RustcPlugin>(plugin: T)Expand description
The top-level function that should be called in your user-facing binary.
pub fn cli_main<T: RustcPlugin>(plugin: T)The top-level function that should be called in your user-facing binary.