diff options
| author | Josh Stone <jistone@redhat.com> | 2025-06-23 10:24:40 -0700 |
|---|---|---|
| committer | Josh Stone <jistone@redhat.com> | 2025-06-23 14:13:20 -0700 |
| commit | 36b5dd0de364b0f44733f3778a4fb02f1f84bebd (patch) | |
| tree | 778fae740d81e76cf543aaec8cb8dc1cdf64673c /library/core/src/slice/ascii.rs | |
| parent | 22be76b7e259f27bf3e55eb931f354cd8b69d55f (diff) | |
| download | rust-36b5dd0de364b0f44733f3778a4fb02f1f84bebd.tar.gz rust-36b5dd0de364b0f44733f3778a4fb02f1f84bebd.zip | |
Update version placeholders
Diffstat (limited to 'library/core/src/slice/ascii.rs')
| -rw-r--r-- | library/core/src/slice/ascii.rs | 2 |
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 { |
