1 2 3 4 5 6 7 8
#![feature(box_syntax)] fn main() { let f; f = box f; //~^ ERROR mismatched types //~| cyclic type of infinite size }