File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -481,8 +481,7 @@ pub fn commit_date_str() -> Option<&'static str> {
481481 option_env ! ( "CFG_VER_DATE" )
482482}
483483
484- /// Prints version information and returns None on success or an error
485- /// message on panic.
484+ /// Prints version information
486485pub fn version ( binary : & str , matches : & getopts:: Matches ) {
487486 let verbose = matches. opt_present ( "verbose" ) ;
488487
Original file line number Diff line number Diff line change 1212; When f(...) returns normally, the return value is null.
1313; When f(...) throws, the return value is a pointer to the caught exception object.
1414
15- ; See also: libstd/rt/unwind.rs
15+ ; See also: libstd/rt/unwind/mod .rs
1616
1717define i8* @rust_try (void (i8* )* %f , i8* %env ) {
1818
You can’t perform that action at this time.
0 commit comments