Skip to content

Commit

Permalink
Link to the new -Z randomize-layout doc page
Browse files Browse the repository at this point in the history
  • Loading branch information
fasterthanlime committed Dec 6, 2024
1 parent c5c0cdc commit 97aede1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rubicon/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
//! By using this crate, you agree to:
//!
//! 1. Use the exact same rustc version for all shared objects
//! 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)
//! 3. Enable the exact same cargo features for all common dependencies (e.g. `tokio`)
//!
//! In short: don't do anything that would cause crates to have a different ABI from one shared
Expand Down

0 comments on commit 97aede1

Please sign in to comment.