-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem compiling in OS X #68
Comments
I can confirm that this also happens on linux and I can also confirm that it goes away with rust 1.10. |
Yeah. I tried to find a way to specify minimum required rust version in Cargo.toml, but couldn't. |
No problem. Probably a good idea to either document thoa fact or to improve On Sun, Sep 18, 2016, 14:51 AnatolyI [email protected] wrote:
|
Hi!
Im trying to compile a simple example in OS X but I get an error.
These are my specs:
$ rustc --version rustc 1.8.0 (db2939409 2016-04-11) $ cargo --version cargo 0.9.0-nightly (8fc3fd8 2016-02-29) $ uname -a Darwin mac-plant 15.0.0 Darwin Kernel Version 15.0.0: Wed Aug 26 16:57:32 PDT 2015; root:xnu-3247.1.106~1/RELEASE_X86_64 x86_64
And this is an error
Thanks a lot!
PS: I'm just playing with it so no hurry or pressure, but I just wanted to do this minimal contribution to the lib.
The text was updated successfully, but these errors were encountered: