We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f13fd42 commit 06fdfacCopy full SHA for 06fdfac
src/unix/bsd/netbsdlike/netbsd/mod.rs
@@ -1423,6 +1423,12 @@ pub const ENOLINK: ::c_int = 95;
1423
pub const EPROTO: ::c_int = 96;
1424
pub const EOWNERDEAD: ::c_int = 97;
1425
pub const ENOTRECOVERABLE: ::c_int = 98;
1426
+#[deprecated(
1427
+ since = "0.2.143",
1428
+ note = "This value will always match the highest defined error number \
1429
+ and thus is not stable. \
1430
+ See #3040 for more info."
1431
+)]
1432
pub const ELAST: ::c_int = 98;
1433
1434
pub const F_DUPFD_CLOEXEC: ::c_int = 12;
0 commit comments