mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-20 15:31:21 +00:00
Std/thread: deny unsafe op in unsafe fn Partial fix of #73904. This encloses `unsafe` operations in `unsafe fn` in `libstd/thread`. `@rustbot` modify labels: F-unsafe-block-in-unsafe-fn