Skip to content

Commit 4237f10

Browse files
committed
---
yaml --- r: 221553 b: refs/heads/snap-stage3 c: c2fca7c h: refs/heads/master i: 221551: 8d3bac8 v: v3
1 parent 608d488 commit 4237f10

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
refs/heads/master: 607f74df2ad6b6fb32ce5b862a9e48a8c4afdad2
3-
refs/heads/snap-stage3: 0eb552a835500ed964836a8e0e3111843bff8aa1
3+
refs/heads/snap-stage3: c2fca7c95742cdd25198eae42d233d49db7026ea
44
refs/heads/try: b53c0f93eedcdedd4fd89bccc5a3a09d1c5cd23e
55
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
66
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596

branches/snap-stage3/src/libcore/char.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ pub fn from_u32(i: u32) -> Option<char> {
9191
/// Converts a `u32` to an `char`, not checking whether it is a valid unicode
9292
/// codepoint.
9393
#[inline]
94+
#[unstable(feature = "char_from_unchecked", reason = "recently added API")]
9495
pub unsafe fn from_u32_unchecked(i: u32) -> char {
9596
transmute(i)
9697
}

branches/snap-stage3/src/libstd/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@
209209
#![feature(borrow_state)]
210210
#![feature(box_raw)]
211211
#![feature(box_syntax)]
212+
#![feature(char_from_unchecked)]
212213
#![feature(char_internals)]
213214
#![feature(clone_from_slice)]
214215
#![feature(collections)]

0 commit comments

Comments
 (0)