Stabilize attributes on generic parameters

This commit is contained in:
Vadim Petrochenkov
2018-03-08 22:24:10 +03:00
parent fb44b4c0eb
commit 1a2a23447e
29 changed files with 45 additions and 244 deletions

View File

@@ -266,7 +266,7 @@
#![feature(float_from_str_radix)]
#![feature(fn_traits)]
#![feature(fnbox)]
#![feature(generic_param_attrs)]
#![cfg_attr(stage0, feature(generic_param_attrs))]
#![feature(hashmap_internals)]
#![feature(heap_api)]
#![cfg_attr(stage0, feature(i128_type, i128))]