diff options
| author | Mark Rousskov <mark.simulacrum@gmail.com> | 2023-10-02 19:12:46 -0400 |
|---|---|---|
| committer | Mark Rousskov <mark.simulacrum@gmail.com> | 2023-10-03 20:26:36 -0400 |
| commit | 787d32324c1615b877811501cda564b9af335e65 (patch) | |
| tree | 6cd824f2efc2c97c4ab115ab84591808e1d1c70e /library/core/src/char | |
| parent | eb0f3ed59c6508a37c6598bc9762987f053993a7 (diff) | |
| download | rust-787d32324c1615b877811501cda564b9af335e65.tar.gz rust-787d32324c1615b877811501cda564b9af335e65.zip | |
Bump version placeholders
Diffstat (limited to 'library/core/src/char')
| -rw-r--r-- | library/core/src/char/convert.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/core/src/char/convert.rs b/library/core/src/char/convert.rs index b6b36886604..453de9754be 100644 --- a/library/core/src/char/convert.rs +++ b/library/core/src/char/convert.rs @@ -115,7 +115,7 @@ impl TryFrom<char> for u8 { /// failing if the code point is greater than U+FFFF. /// /// This corresponds to the UCS-2 encoding, as specified in ISO/IEC 10646:2003. -#[stable(feature = "u16_from_char", since = "CURRENT_RUSTC_VERSION")] +#[stable(feature = "u16_from_char", since = "1.74.0")] impl TryFrom<char> for u16 { type Error = TryFromCharError; |
