Macro rustc_driver_impl::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.