We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba7b47e commit 9e58fb8Copy full SHA for 9e58fb8
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