Files
rust/library
Dylan DPC 4f0c245429 Rollup merge of #73955 - hellow554:unsafe_process, r=Mark-Simulacrum
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
2020-09-16 01:30:28 +02:00
..
2020-07-27 19:51:13 -05:00
2020-09-15 17:26:20 +02:00
2020-07-27 19:51:13 -05:00
2020-08-23 10:02:42 +00:00