1 2 3 4 5 6
struct Foo<T>(T, *const ()); unsafe impl Send for Foo<T> {} //~^ ERROR cannot find type fn main() {}