f6ab12a3b1
Issue #409
4 lines
76 B
Rust
4 lines
76 B
Rust
//error-pattern:mismatched types
|
|
fn main() {
|
|
let i: ~int = ~mutable 0;
|
|
} |