Skip to content

Commit 67147a7

Browse files
committed
Make sure a terminal rule is used for this definition
1 parent 8c5964e commit 67147a7

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
@@ -278,6 +278,8 @@ Passing `rlib`s directly into your foreign linker is currently unsupported.
278278
### Prohibited linkage and unwinding
279279

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

0 commit comments

Comments
 (0)