This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
87f4c15311
rust
/
src
/
test
/
compile-fail
/
unique-mut.rs
4 lines
72 B
Rust
Raw
Normal View
History
Unescape
Escape
Don't unify unique boxes with different mutability Issue #409
2011-09-22 13:10:48 -05:00
//error-pattern:mismatched types
fn
main
(
)
{
Bulk-edit mutable -> mut.
2012-03-26 20:35:18 -05:00
let
i
:
~
int
=
~
mut
0
;
Don't unify unique boxes with different mutability Issue #409
2011-09-22 13:10:48 -05:00
}
Reference in New Issue
Copy Permalink