Hacker News new | ask | show | jobs
by stalled 5004 days ago
changes: https://github.com/mozilla/rust/wiki/Doc-detailed-release-no...
1 comments

Is typestate still in? I read somewhere it was coming out in 0.4 but I don't see anything about it in the release notes. I think it's one of Rust's most interesting features and hope it does stay put.
No, typestate has been removed from the language. However, you can get a lot of its functionality with session types.