Skip to content

Commit dd0b5f1

Browse files
committed
Make sure a terminal rule is used for this definition
1 parent aa9d0ae commit dd0b5f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/linkage.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,8 @@ Passing `rlib`s directly into your foreign linker is currently unsupported.
279279
### Prohibited linkage and unwinding
280280

281281
r[link.unwinding]
282+
283+
r[link.unwinding.consistency]
282284
If you are *not* using `rustc` to link Rust files, you must take care to ensure that unwinding is
283285
handled consistently across the entire binary. This includes using `dlopen` or similar facilities
284286
where linking is done by the system runtime without `rustc` being involved.

0 commit comments

Comments
 (0)