We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c523a7 commit b3be9e1Copy full SHA for b3be9e1
library/core/src/char/convert.rs
@@ -47,6 +47,7 @@ use super::MAX;
47
///
48
/// assert_eq!(None, c);
49
/// ```
50
+#[doc(alias = "chr")]
51
#[inline]
52
#[stable(feature = "rust1", since = "1.0.0")]
53
pub fn from_u32(i: u32) -> Option<char> {
0 commit comments