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