This website requires JavaScript.
Explore
Help
Sign in
user0
/
rust
Watch
1
Star
0
Fork
You've already forked rust
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
1088006ed9
rust
/
src
/
test
/
run-pass
/
empty-mutable-vec.rs
Michael Sullivan
98e161f00e
Switch the compiler over to using ~[] notation instead of []/~.
Closes
#2759
.
2012-06-29 17:41:45 -07:00
3 lines
44 B
Rust
Raw
Blame
History
fn
main
(
)
{
let
v
:
~
[
mut
int
]
=
~
[
mut
]
;
}
Reference in a new issue
View git blame
Copy permalink