X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=library%2Fstd%2Fsrc%2Fos%2Fredox%2Fraw.rs;h=7b1cd8ae800a4d1026d6b3165f0c95312f7d3f8e;hb=c5f2c4476e1c72315e7bf405a2e15b5c9489c001;hp=9a6b99684c5231a1baabdf106405613a36c0878e;hpb=4de99e187c0e389449d96db847d5d9ad68259954;p=rust.git diff --git a/library/std/src/os/redox/raw.rs b/library/std/src/os/redox/raw.rs index 9a6b99684c5..7b1cd8ae800 100644 --- a/library/std/src/os/redox/raw.rs +++ b/library/std/src/os/redox/raw.rs @@ -1,12 +1,12 @@ //! Redox-specific raw type definitions #![stable(feature = "raw_ext", since = "1.1.0")] -#![rustc_deprecated( +#![deprecated( since = "1.8.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" + note = "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)]