Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
Chirono
on Sept 16, 2014
|
parent
|
context
|
favorite
| on:
The Road to Rust 1.0
Wait, they've got rid of unique pointers? When did that happen? They were there a couple of months ago. That was one of my favourite language features...
andrewaylett
on Sept 16, 2014
[–]
My understanding is that they're still there, just as part of the standard library rather than as a language feature.
steveklabnik
on Sept 16, 2014
|
parent
[–]
That's correct. What used to be ~T is now Box<T>. We say 'boxes' instead of 'unique pointers' now.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: