blob: 60dd88e65400ae16fcc9d0dc9d08233b3240c737 [file] [log] [blame] [edit]
#![crate_type = "lib"]
struct Apple((Apple, Option(Banana ? Citron)));
//~^ ERROR invalid `?` in type
//~| ERROR unexpected token: `Citron`