Skip to content

Commit c7e23c2

Browse files
committed
Move WTF-8 code from std to core/alloc
1 parent 75f955b commit c7e23c2

File tree

15 files changed

+410
-1347
lines changed

15 files changed

+410
-1347
lines changed

library/alloc/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@
158158
#![feature(unicode_internals)]
159159
#![feature(unsize)]
160160
#![feature(unwrap_infallible)]
161+
#![feature(wtf8_internals)]
161162
// tidy-alphabetical-end
162163
//
163164
// Language features:
@@ -231,6 +232,7 @@ pub mod sync;
231232
#[cfg(all(not(no_global_oom_handling), not(no_rc), not(no_sync)))]
232233
pub mod task;
233234
pub mod vec;
235+
pub mod wtf8;
234236

235237
#[doc(hidden)]
236238
#[unstable(feature = "liballoc_internals", issue = "none", reason = "implementation detail")]

0 commit comments

Comments
 (0)