mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
4f0c245429
deny(unsafe_op_in_unsafe_fn) in libstd/process.rs The libstd/process.rs part of #73904 . Wraps the two calls to an unsafe fn Initializer::nop() in an unsafe block. Will have to wait for #73909 to be merged, because of the feature in the libstd/lib.rs