X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=library%2Fstd%2Fsrc%2Fos%2Ffuchsia%2Fraw.rs;h=060d6e86b6c2bcf27d253ed013eafb5f6fac9f54;hb=c5f2c4476e1c72315e7bf405a2e15b5c9489c001;hp=f94659cd5baabf3731c2f6bb0f19dfc5fdf6ee5d;hpb=14f55fa7498077236de62bc1b531ba15ba45a5fd;p=rust.git diff --git a/library/std/src/os/fuchsia/raw.rs b/library/std/src/os/fuchsia/raw.rs index f94659cd5ba..060d6e86b6c 100644 --- a/library/std/src/os/fuchsia/raw.rs +++ b/library/std/src/os/fuchsia/raw.rs @@ -1,12 +1,12 @@ //! Fuchsia-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)]