Macro rustc_driver::version
source ยท 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.