Skip to content

Commit 084b0da

Browse files
committed
Add missing stability attribute
1 parent d569696 commit 084b0da

File tree

1 file changed

+2
-0
lines changed
  • library/std/src/sys/sgx/ext

1 file changed

+2
-0
lines changed

library/std/src/sys/sgx/ext/io.rs

+2
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ impl AsRawFd for net::TcpListener {
7676

7777
/// Metadata for `TcpStream`.
7878
#[derive(Debug, Clone, Default)]
79+
#[unstable(feature = "sgx_platform", issue = "56975")]
7980
pub struct TcpStreamMetadata {
8081
/// Local address of the TCP stream
8182
pub local_addr: Option<String>,
@@ -95,6 +96,7 @@ impl FromRawFd for net::TcpStream {
9596

9697
/// Metadata for `TcpListener`.
9798
#[derive(Debug, Clone, Default)]
99+
#[unstable(feature = "sgx_platform", issue = "56975")]
98100
pub struct TcpListenerMetadata {
99101
/// Local address of the TCP listener
100102
pub local_addr: Option<String>,

0 commit comments

Comments
 (0)