#![feature(box_syntax)] #![allow(warnings)] const CON : Box = box 0; //~ ERROR E0010 //~^ ERROR constant contains unimplemented expression type fn main() {}