Skip to content

Commit 97aede1

Browse files
Link to the new -Z randomize-layout doc page
cf. rust-lang/rust#133777 and rust-lang/rust#130462 thanks to @the8472 !
1 parent c5c0cdc commit 97aede1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rubicon/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
//! By using this crate, you agree to:
7373
//!
7474
//! 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)
75+
//! 2. Not use [`-Z randomize-layout`](https://doc.rust-lang.org/nightly/unstable-book/compiler-flags/randomize-layout.html#randomize-layout) (duh)
7676
//! 3. Enable the exact same cargo features for all common dependencies (e.g. `tokio`)
7777
//!
7878
//! In short: don't do anything that would cause crates to have a different ABI from one shared

0 commit comments

Comments
 (0)