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
81a79603c0
rust
/
src
/
test
/
run-pass
/
unique-in-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
47 B
Rust
Raw
Blame
History
fn
main
(
)
{
assert
(
~
[
~
100
]
)
[
0
]
=
=
~
100
;
}
Reference in a new issue
View git blame
Copy permalink