pub macro version($early_dcx: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.
pub macro version($early_dcx:expr, $binary:literal, $matches:expr) {
...
}
Prints version information
NOTE: this is a macro to support drivers built at a different time than the main rustc_driver
crate.