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