5 lines
108 B
Rust
5 lines
108 B
Rust
fn main() {
|
|
let _ : &(dyn Send,) = &((),);
|
|
//~^ ERROR unsized tuple coercion is not stable enough
|
|
}
|