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
443f79922d
rust
/
src
/
test
/
run-pass
/
unique-create.rs
7 lines
47 B
Rust
Raw
Normal View
History
Unescape
Escape
Make creation of unique boxes work again Issue #409
2011-09-20 19:46:49 -05:00
fn
main
(
)
{
~
100
;
}
fn
vec
(
)
{
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
2012-06-29 18:26:56 -05:00
~
[
0
]
;
Make creation of unique boxes work again Issue #409
2011-09-20 19:46:49 -05:00
}
Reference in New Issue
Copy Permalink