4 lines
72 B
Rust
4 lines
72 B
Rust
//error-pattern:mismatched types
|
|
fn main() {
|
|
let i: ~int = ~mut 0;
|
|
} |