We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa9d0ae commit dd0b5f1Copy full SHA for dd0b5f1
src/linkage.md
@@ -279,6 +279,8 @@ Passing `rlib`s directly into your foreign linker is currently unsupported.
279
### Prohibited linkage and unwinding
280
281
r[link.unwinding]
282
+
283
+r[link.unwinding.consistency]
284
If you are *not* using `rustc` to link Rust files, you must take care to ensure that unwinding is
285
handled consistently across the entire binary. This includes using `dlopen` or similar facilities
286
where linking is done by the system runtime without `rustc` being involved.
0 commit comments