5 lines
61 B
Rust
5 lines
61 B
Rust
// error-pattern: mismatched types
|
|
|
|
fn main() {
|
|
10 <- 10;
|
|
} |