We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d6754d commit cad3c42Copy full SHA for cad3c42
library/std/src/os/haiku/raw.rs
@@ -1,6 +1,13 @@
1
//! Haiku-specific raw type definitions
2
3
#![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
+)]
11
#![allow(deprecated)]
12
13
use crate::os::raw::c_long;
0 commit comments