Skip to content

Commit

Permalink
Deprecate std::os::haiku::raw
Browse files Browse the repository at this point in the history
  • Loading branch information
bstrie committed Mar 16, 2021
1 parent 1d6754d commit cad3c42
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions library/std/src/os/haiku/raw.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
//! Haiku-specific raw type definitions
#![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)]

use crate::os::raw::c_long;
Expand Down

0 comments on commit cad3c42

Please sign in to comment.