]> git.lizzy.rs Git - rust.git/blobdiff - src/test/run-pass/issue-7673-cast-generically-implemented-trait.rs
fallout: run-pass tests that use box. (many could be ported to `Box::new` instead...
[rust.git] / src / test / run-pass / issue-7673-cast-generically-implemented-trait.rs
index a08bdb09d3daa1c56a7f601fe2a2e9a201563939..b6dfbb1ca42ad2a431f324761c18a5eb22e4d127 100644 (file)
@@ -14,6 +14,8 @@
 
 */
 
+#![allow(unknown_features)]
+#![feature(box_syntax)]
 
 pub fn main() {}