index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
compile-fail
/
unique-mut.rs
blob: 04c88a3d1030ec5543e1353fca04010631bac1c6 (
plain
)
1
2
3
4
//error-pattern:mismatched types fn main() { let i: ~int = ~mut 0; }