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
4 lines
47 B
Rust
Raw
Normal View
History
Unescape
Escape
Allow vectors to contain unique boxes. Closes #952 Issue #409
2011-09-22 18:20:36 -05:00
fn
main
(
)
{
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
2012-06-29 18:26:56 -05:00
assert
(
~
[
~
100
]
)
[
0
]
=
=
~
100
;
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
2012-06-25 22:00:46 -05:00
}
Reference in New Issue
Copy Permalink