diff options
| author | LinkTed <LinkTed@users.noreply.github.com> | 2020-09-19 13:09:18 +0200 |
|---|---|---|
| committer | LinkTed <LinkTed@users.noreply.github.com> | 2020-10-10 15:19:12 +0200 |
| commit | db902bca3a2dfeb449fc42149575d476c85d7fed (patch) | |
| tree | 904aa9b2e6a52e78af51b4b572387156ddce27bf /library/std/src/sys/unix/ext/net/mod.rs | |
| parent | cc085e917078ebd5ff4c7c784d8cb04da85143c7 (diff) | |
| download | rust-db902bca3a2dfeb449fc42149575d476c85d7fed.tar.gz rust-db902bca3a2dfeb449fc42149575d476c85d7fed.zip | |
Add the code of the tracking issue
Diffstat (limited to 'library/std/src/sys/unix/ext/net/mod.rs')
| -rw-r--r-- | library/std/src/sys/unix/ext/net/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/sys/unix/ext/net/mod.rs b/library/std/src/sys/unix/ext/net/mod.rs index c37e856e5bc..1c792b251b6 100644 --- a/library/std/src/sys/unix/ext/net/mod.rs +++ b/library/std/src/sys/unix/ext/net/mod.rs @@ -62,7 +62,7 @@ pub use self::addr::*; target_os = "solaris", target_env = "uclibc", ))] -#[unstable(feature = "unix_socket_ancillary_data", issue = "none")] +#[unstable(feature = "unix_socket_ancillary_data", issue = "76915")] pub use self::ancillary::*; #[stable(feature = "unix_socket", since = "1.10.0")] pub use self::datagram::*; |
