// check-pass #![allow(dead_code)] pub trait Foo : Send { } pub struct MyFoo { children: Vec>, } impl Foo for MyFoo { } pub fn main() { }