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 c5c0cdc commit 97aede1Copy full SHA for 97aede1
rubicon/src/lib.rs
@@ -72,7 +72,7 @@
72
//! By using this crate, you agree to:
73
//!
74
//! 1. Use the exact same rustc version for all shared objects
75
-//! 2. Not use [`-Z randomize-layout`](https://github.com/rust-lang/rust/issues/77316) (duh)
+//! 2. Not use [`-Z randomize-layout`](https://doc.rust-lang.org/nightly/unstable-book/compiler-flags/randomize-layout.html#randomize-layout) (duh)
76
//! 3. Enable the exact same cargo features for all common dependencies (e.g. `tokio`)
77
78
//! In short: don't do anything that would cause crates to have a different ABI from one shared
0 commit comments