Comment on Rust 0.4 call for testingparentComments−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
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.