mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 19:27:30 +03:00
15d9b9619c
unsafe keyword docs: emphasize that an unsafe fn in a trait does not get to choose its safety contract Inspired by discussion in https://github.com/rust-lang/rust/issues/139368. Cc `@hanna-kruppe`