Auto merge of #48851 - petrochenkov:genparattr, r=nikomatsakis

Stabilize attributes on generic parameters

Closes https://github.com/rust-lang/rust/issues/48848
This commit is contained in:
bors
2018-04-05 07:31:56 +00:00
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(lang_items)]
#![feature(needs_allocator)]