We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5da0d41 + 9e58fb8 commit c1b8bd2Copy full SHA for c1b8bd2
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
src/rt/rust_try.ll
@@ -12,7 +12,7 @@
12
; When f(...) returns normally, the return value is null.
13
; When f(...) throws, the return value is a pointer to the caught exception object.
14
15
-; See also: libstd/rt/unwind.rs
+; See also: libstd/rt/unwind/mod.rs
16
17
define i8* @rust_try(void (i8*)* %f, i8* %env) {
18
0 commit comments