From 01d7af11e17887c4fc77902e77840d00309bf572 Mon Sep 17 00:00:00 2001 From: Mark Rousskov Date: Mon, 6 Mar 2023 09:38:31 -0500 Subject: Bump version placeholders --- library/std/src/os/fd/owned.rs | 2 +- library/std/src/os/fd/raw.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'library/std/src') diff --git a/library/std/src/os/fd/owned.rs b/library/std/src/os/fd/owned.rs index 258919d53a4..99a4e0b5106 100644 --- a/library/std/src/os/fd/owned.rs +++ b/library/std/src/os/fd/owned.rs @@ -399,7 +399,7 @@ impl AsFd for crate::sync::Arc { } } -#[stable(feature = "asfd_rc", since = "CURRENT_RUSTC_VERSION")] +#[stable(feature = "asfd_rc", since = "1.69.0")] impl AsFd for crate::rc::Rc { #[inline] fn as_fd(&self) -> BorrowedFd<'_> { diff --git a/library/std/src/os/fd/raw.rs b/library/std/src/os/fd/raw.rs index 0a4cefd2095..592e072ad90 100644 --- a/library/std/src/os/fd/raw.rs +++ b/library/std/src/os/fd/raw.rs @@ -254,7 +254,7 @@ impl AsRawFd for crate::sync::Arc { } } -#[stable(feature = "asfd_rc", since = "CURRENT_RUSTC_VERSION")] +#[stable(feature = "asfd_rc", since = "1.69.0")] impl AsRawFd for crate::rc::Rc { #[inline] fn as_raw_fd(&self) -> RawFd { -- cgit 1.4.1-3-g733a5