We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7438f43 commit e8cb72cCopy full SHA for e8cb72c
library/core/src/char/convert.rs
@@ -112,7 +112,7 @@ impl From<char> for u32 {
112
}
113
114
115
-#[stable(feature = "more_char_conversions", since = "1.50.0")]
+#[stable(feature = "more_char_conversions", since = "1.51.0")]
116
impl From<char> for u64 {
117
/// Converts a [`char`] into a [`u64`].
118
///
@@ -133,7 +133,7 @@ impl From<char> for u64 {
133
134
135
136
137
impl From<char> for u128 {
138
/// Converts a [`char`] into a [`u128`].
139
0 commit comments