diff options
| author | bors <bors@rust-lang.org> | 2023-08-24 11:10:52 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-08-24 11:10:52 +0000 |
| commit | 8a6b67f988965f7e0ea5d4db6a56b3c195f723f4 (patch) | |
| tree | f37f3b61db93758e2fa76f52d38e058e2a09102c /library/core/src/ptr | |
| parent | 0b31792ef1c15538b07c7b83585dc2fb371c239f (diff) | |
| parent | 0a916062aac997071d020159bd6f12a57ca3fd2c (diff) | |
| download | rust-8a6b67f988965f7e0ea5d4db6a56b3c195f723f4.tar.gz rust-8a6b67f988965f7e0ea5d4db6a56b3c195f723f4.zip | |
Auto merge of #115094 - Mark-Simulacrum:bootstrap-update, r=ozkanonur
Update bootstrap compiler to 1.73.0 beta
Diffstat (limited to 'library/core/src/ptr')
| -rw-r--r-- | library/core/src/ptr/non_null.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/core/src/ptr/non_null.rs b/library/core/src/ptr/non_null.rs index 9582ca9e0be..e0fd347a049 100644 --- a/library/core/src/ptr/non_null.rs +++ b/library/core/src/ptr/non_null.rs @@ -367,7 +367,7 @@ impl<T: ?Sized> NonNull<T> { /// /// [the module documentation]: crate::ptr#safety #[stable(feature = "nonnull", since = "1.25.0")] - #[rustc_const_stable(feature = "const_nonnull_as_ref", since = "CURRENT_RUSTC_VERSION")] + #[rustc_const_stable(feature = "const_nonnull_as_ref", since = "1.73.0")] #[must_use] #[inline(always)] pub const unsafe fn as_ref<'a>(&self) -> &'a T { |
