diff options
| author | Mark Rousskov <mark.simulacrum@gmail.com> | 2024-07-21 08:55:06 -0400 |
|---|---|---|
| committer | Mark Rousskov <mark.simulacrum@gmail.com> | 2024-07-28 14:46:29 -0400 |
| commit | e8644f85b8b44285e3d74dfa64362e58072e4683 (patch) | |
| tree | 0a96226a19e93638359f4a6f0c78fc1af4b89b34 /library/core/src/char/methods.rs | |
| parent | 78c857394ec8c01f06cb1df260c51178180a40e5 (diff) | |
| download | rust-e8644f85b8b44285e3d74dfa64362e58072e4683.tar.gz rust-e8644f85b8b44285e3d74dfa64362e58072e4683.zip | |
Update CURRENT_RUSTC_VERSION
Diffstat (limited to 'library/core/src/char/methods.rs')
| -rw-r--r-- | library/core/src/char/methods.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/core/src/char/methods.rs b/library/core/src/char/methods.rs index 4186565c131..6b415406838 100644 --- a/library/core/src/char/methods.rs +++ b/library/core/src/char/methods.rs @@ -225,7 +225,7 @@ impl char { #[stable(feature = "assoc_char_funcs", since = "1.52.0")] #[rustc_const_stable( feature = "const_char_from_u32_unchecked", - since = "CURRENT_RUSTC_VERSION" + since = "1.81.0" )] #[must_use] #[inline] |
