]> git.lizzy.rs Git - rust.git/blobdiff - library/std/src/os/illumos/raw.rs
Rollup merge of #97264 - TaKO8Ki:suggest-extern-crate-when-failing-to-resolve-use...
[rust.git] / library / std / src / os / illumos / raw.rs
index 88c832ae7c77327ac70f3724d8049fa15d34092a..2bea9ebb3c8369f69411e7a0faec67b59ad03184 100644 (file)
@@ -1,9 +1,9 @@
 //! illumos-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` \
+    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)]