main()1 fn main() { 2 let _ : &(dyn Send,) = &((),); 3 //~^ ERROR unsized tuple coercion is not stable enough 4 } 5