fix doc-tests by opting into placement_in_syntax feature where necessary.

This commit is contained in:
Felix S. Klock II 2015-07-23 15:59:58 +02:00
parent 73df224f05
commit 225298c377

View File

@ -75,7 +75,7 @@ use core::raw::{TraitObject};
///
/// ```
/// # #![feature(box_heap)]
/// #![feature(box_syntax)]
/// #![feature(box_syntax, placement_in_syntax)]
/// use std::boxed::HEAP;
///
/// fn main() {