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> {
481
481
option_env ! ( "CFG_VER_DATE" )
482
482
}
483
483
484
- /// Prints version information and returns None on success or an error
485
- /// message on panic.
484
+ /// Prints version information
486
485
pub fn version ( binary : & str , matches : & getopts:: Matches ) {
487
486
let verbose = matches. opt_present ( "verbose" ) ;
488
487
Original file line number Diff line number Diff line change 12
12
; When f(...) returns normally, the return value is null.
13
13
; When f(...) throws, the return value is a pointer to the caught exception object.
14
14
15
- ; See also: libstd/rt/unwind.rs
15
+ ; See also: libstd/rt/unwind/mod .rs
16
16
17
17
define i8* @rust_try (void (i8* )* %f , i8* %env ) {
18
18
You can’t perform that action at this time.
0 commit comments