Skip to content

Commit cad3c42

Browse files
committed
Deprecate std::os::haiku::raw
1 parent 1d6754d commit cad3c42

File tree

1 file changed

+7
-0
lines changed
  • library/std/src/os/haiku

1 file changed

+7
-0
lines changed

library/std/src/os/haiku/raw.rs

+7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
//! Haiku-specific raw type definitions
22
33
#![stable(feature = "raw_ext", since = "1.1.0")]
4+
#![rustc_deprecated(
5+
since = "1.53.0",
6+
reason = "these type aliases are no longer supported by \
7+
the standard library, the `libc` crate on \
8+
crates.io should be used instead for the correct \
9+
definitions"
10+
)]
411
#![allow(deprecated)]
512

613
use crate::os::raw::c_long;

0 commit comments

Comments
 (0)