5 ms·
changes: https://github.com/mozilla/rust/wiki/Doc-detailed-release-notes https://github.com/mozilla/rust/wiki/Doc-detailed-release-no...
by stalled 14y ago
changes: https://github.com/mozilla/rust/wiki/Doc-detailed-release-notes https://github.com/mozilla/rust/wiki/Doc-detailed-release-no...
- colanderman 14y agoIs 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.
- pcwalton 14y agoNo, typestate has been removed from the language. However, you can get a lot of its functionality with session types.