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 8c5964e commit 67147a7Copy full SHA for 67147a7
src/linkage.md
@@ -278,6 +278,8 @@ Passing `rlib`s directly into your foreign linker is currently unsupported.
278
### Prohibited linkage and unwinding
279
280
r[link.unwinding]
281
+
282
+r[link.unwinding.consistency]
283
If you are *not* using `rustc` to link Rust files, you must take care to ensure that unwinding is
284
handled consistently across the entire binary. This includes using `dlopen` or similar facilities
285
where linking is done by the system runtime without `rustc` being involved.
0 commit comments