Skip to content

Commit 79d29c9

Browse files
authored
Unrolled build for rust-lang#134155
Rollup merge of rust-lang#134155 - sthibaul:unsafe_op_in_unsafe_fn, r=tgross35 Forbid `unsafe_op_in_unsafe_fn` for Hurd Tracking issue rust-lang#127747
2 parents 903d297 + f7ca820 commit 79d29c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/std/src/os/hurd/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
//! Hurd-specific definitions
22
33
#![stable(feature = "raw_ext", since = "1.1.0")]
4+
#![forbid(unsafe_op_in_unsafe_fn)]
45

56
pub mod fs;
67
pub mod raw;

0 commit comments

Comments
 (0)