Macro rustc_driver::version

source ·
pub macro version($handler: expr, $binary: literal, $matches: expr) {
    ...
}
Expand description

Prints version information

NOTE: this is a macro to support drivers built at a different time than the main rustc_driver crate.