Comment on Rust 0.4 call for testingComments−stalledOP13ychanges: https://github.com/mozilla/rust/wiki/Doc-detailed-release-no...−colanderman13yIs 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.−pcwalton13yNo, typestate has been removed from the language. However, you can get a lot of its functionality with session types.
Comments
changes: https://github.com/mozilla/rust/wiki/Doc-detailed-release-no...
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.