Stabilize debug builders for 1.2.0

This commit is contained in:
Steven Fackler 2015-05-19 21:57:39 -07:00
parent 43cf733bfa
commit e161d5cf73
6 changed files with 24 additions and 27 deletions

View file

@ -8,7 +8,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
#![feature(core, debug_builders)]
#![feature(core)]
pub trait DeclaredTrait {
type Type;