You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've noticed a couple of issues about failing to compile already, but I feel it should be possible to compile on stable Rust. I'm not sure what the io feature is (it doesn't seem to be listed in the reference or anywhere my google-fu can reach), so I'm not sure how heavily this project depends upon it, but if there's a way to get around it, it would be great to have binaries built with a stable compiler.
The text was updated successfully, but these errors were encountered:
Wow, it's very surprising that iterating over characters isn't supported in stable! That seems like a glaring omission. Thank you for your effort to work around it!
I've noticed a couple of issues about failing to compile already, but I feel it should be possible to compile on stable Rust. I'm not sure what the
io
feature is (it doesn't seem to be listed in the reference or anywhere my google-fu can reach), so I'm not sure how heavily this project depends upon it, but if there's a way to get around it, it would be great to have binaries built with a stable compiler.The text was updated successfully, but these errors were encountered: