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
c6b1739232
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
4 lines
47 B
Rust
Raw
Blame
History
fn
main
(
)
{
assert
(
~
[
~
100
]
)
[
0
]
=
=
~
100
;
}
Reference in New Issue
View Git Blame
Copy Permalink