Implement generalized object and type parameter bounds (Fixes #16462)

This commit is contained in:
Niko Matsakis
2014-08-27 21:46:52 -04:00
parent 3ee047ae1f
commit 1b487a8906
272 changed files with 6783 additions and 3154 deletions

View File

@@ -58,7 +58,7 @@
#![no_std]
#![feature(globs, intrinsics, lang_items, macro_rules, managed_boxes, phase)]
#![feature(simd, unsafe_destructor)]
#![feature(simd, unsafe_destructor, issue_5723_bootstrap)]
#![deny(missing_doc)]
mod macros;