Skip to content

Commit

Permalink
Unrolled build for rust-lang#134155
Browse files Browse the repository at this point in the history
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
  • Loading branch information
rust-timer authored Dec 12, 2024
2 parents 903d297 + f7ca820 commit 79d29c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/std/src/os/hurd/mod.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
//! Hurd-specific definitions
#![stable(feature = "raw_ext", since = "1.1.0")]
#![forbid(unsafe_op_in_unsafe_fn)]

pub mod fs;
pub mod raw;

0 comments on commit 79d29c9

Please sign in to comment.