]> git.lizzy.rs Git - rust.git/blobdiff - library/std/src/os/redox/raw.rs
Rollup merge of #96882 - jackh726:no-subst, r=oli-obk
[rust.git] / library / std / src / os / redox / raw.rs
index 9a6b99684c5231a1baabdf106405613a36c0878e..7b1cd8ae800a4d1026d6b3165f0c95312f7d3f8e 100644 (file)
@@ -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)]