fix build issue due to stabilized feature

This commit is contained in:
The8472 2019-11-30 15:35:18 +01:00
parent e85cfa4f22
commit 0856771248
1 changed files with 1 additions and 0 deletions

View File

@ -107,6 +107,7 @@
#![feature(map_first_last)]
#![feature(map_into_keys_values)]
#![feature(negative_impls)]
#![cfg_attr(bootstrap, feature(never_type))]
#![feature(new_uninit)]
#![feature(nll)]
#![feature(nonnull_slice_from_raw_parts)]