Deprecate std::os::haiku::raw
This commit is contained in:
parent
1d6754d6eb
commit
cad3c4241d
1 changed files with 7 additions and 0 deletions
|
@ -1,6 +1,13 @@
|
||||||
//! Haiku-specific raw type definitions
|
//! Haiku-specific raw type definitions
|
||||||
|
|
||||||
#![stable(feature = "raw_ext", since = "1.1.0")]
|
#![stable(feature = "raw_ext", since = "1.1.0")]
|
||||||
|
#![rustc_deprecated(
|
||||||
|
since = "1.53.0",
|
||||||
|
reason = "these type aliases are no longer supported by \
|
||||||
|
the standard library, the `libc` crate on \
|
||||||
|
crates.io should be used instead for the correct \
|
||||||
|
definitions"
|
||||||
|
)]
|
||||||
#![allow(deprecated)]
|
#![allow(deprecated)]
|
||||||
|
|
||||||
use crate::os::raw::c_long;
|
use crate::os::raw::c_long;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue