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