Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up#![feature(unicode)] #33
Closed
Comments
|
Fixed in efa1afd Run This unfortunately adds an allocation to the middle of emitting chars, but hopefully that doesn't happen very often. I'll change it back once the unicode crate stabilizes. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With rustc (1.0.0-beta.3 (5241bf9c3 2015-04-25) (built 2015-04-25))
I just created a dependency with
bincode = "*"in my code. Now cargo build is sayingnote: this feature may not be used in the beta release channel
error: aborting due to previous error
Could not compile
bincode.