add a few blanket future impls to std

This commit is contained in:
tinaun
2018-06-08 16:45:27 -04:00
parent 1b4c921103
commit 6e5c18e8dc
6 changed files with 82 additions and 0 deletions

View File

@@ -239,6 +239,7 @@
#![feature(allow_internal_unsafe)]
#![feature(allow_internal_unstable)]
#![feature(align_offset)]
#![feature(arbitrary_self_types)]
#![feature(array_error_internals)]
#![feature(ascii_ctype)]
#![feature(asm)]