We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fa2185 commit ba7b47eCopy full SHA for ba7b47e
src/librustc_driver/lib.rs
@@ -481,8 +481,7 @@ pub fn commit_date_str() -> Option<&'static str> {
481
option_env!("CFG_VER_DATE")
482
}
483
484
-/// Prints version information and returns None on success or an error
485
-/// message on panic.
+/// Prints version information
486
pub fn version(binary: &str, matches: &getopts::Matches) {
487
let verbose = matches.opt_present("verbose");
488
0 commit comments