mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-02 00:07:42 +03:00
44be933ff7
deny(unsafe_op_in_unsafe_fn) in libstd/path.rs The libstd/path.rs part of #73904 . Wraps the two calls to an unsafe fn Initializer::nop() in an unsafe block.