about summary refs log tree commit diff
path: root/library/core/src/slice/ascii.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2025-07-02 01:41:18 +0000
committerbors <bors@rust-lang.org>2025-07-02 01:41:18 +0000
commitf51c9870bab634afb9e7a262b6ca7816bb9e940d (patch)
treeea1ee88816482eec8f313a550497fc252bdb2230 /library/core/src/slice/ascii.rs
parent085c24790e591948f788fd294ca3f9858313741c (diff)
parent5b073e5ba6ce0ee6511bcc39f355c65f1b465986 (diff)
downloadrust-f51c9870bab634afb9e7a262b6ca7816bb9e940d.tar.gz
rust-f51c9870bab634afb9e7a262b6ca7816bb9e940d.zip
Auto merge of #142974 - cuviper:stage0-bump, r=Mark-Simulacrum
Update stage0 to 1.89.0-beta.1

- Update version placeholders
- Update stage0 to 1.89.0-beta.1
- Update `STAGE0_MISSING_TARGETS`
- Update `cfg(bootstrap)`

r? `@Mark-Simulacrum`

try-job: dist-i586-gnu-i586-i686-musl
Diffstat (limited to 'library/core/src/slice/ascii.rs')
-rw-r--r--library/core/src/slice/ascii.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/core/src/slice/ascii.rs b/library/core/src/slice/ascii.rs
index 181ae82959c..e17a2e03d2d 100644
--- a/library/core/src/slice/ascii.rs
+++ b/library/core/src/slice/ascii.rs
@@ -52,7 +52,7 @@ impl [u8] {
     /// Same as `to_ascii_lowercase(a) == to_ascii_lowercase(b)`,
     /// but without allocating and copying temporaries.
     #[stable(feature = "ascii_methods_on_intrinsics", since = "1.23.0")]
-    #[rustc_const_stable(feature = "const_eq_ignore_ascii_case", since = "CURRENT_RUSTC_VERSION")]
+    #[rustc_const_stable(feature = "const_eq_ignore_ascii_case", since = "1.89.0")]
     #[must_use]
     #[inline]
     pub const fn eq_ignore_ascii_case(&self, other: &[u8]) -> bool {