trait Wedding<'t>: 't { } struct Prince<'kiss, 'SnowWhite> { child: Box + 'SnowWhite>, //~ ERROR E0478 } fn main() { }