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

@@ -97,7 +97,7 @@
#![feature(fmt_internals)]
#![feature(from_ref)]
#![feature(fundamental)]
#![feature(generic_param_attrs)]
#![cfg_attr(stage0, feature(generic_param_attrs))]
#![cfg_attr(stage0, feature(i128_type))]
#![feature(iter_rfold)]
#![feature(lang_items)]