5 lines
89 B
Rust
5 lines
89 B
Rust
fn main() {
|
|
let _ : &(dyn Send,) = &((),);
|
|
//~^ ERROR mismatched types [E0308]
|
|
}
|