Skip to content

Commit 9e58fb8

Browse files
committed
rt: Update comment for new location of unwind
1 parent ba7b47e commit 9e58fb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rt/rust_try.ll

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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

1717
define i8* @rust_try(void (i8*)* %f, i8* %env) {
1818

0 commit comments

Comments
 (0)