1
Fork 0

add array from_ref

This commit is contained in:
Bastian Kauschke 2020-09-22 21:35:43 +02:00
parent e0bc267512
commit 179f63dafc
3 changed files with 31 additions and 1 deletions

View file

@ -1,5 +1,6 @@
#![feature(alloc_layout_extra)]
#![feature(array_chunks)]
#![feature(array_from_ref)]
#![feature(array_methods)]
#![feature(array_map)]
#![feature(array_windows)]