Skip to content
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

cargo build failed #36

Closed
yohaia opened this issue Jun 12, 2017 · 3 comments
Closed

cargo build failed #36

yohaia opened this issue Jun 12, 2017 · 3 comments

Comments

@yohaia
Copy link

yohaia commented Jun 12, 2017

when trying to run "cargo build" on the example folder,
I am getting this error 6 times:
error: use of unstable library feature 'float_bits_conv': recently added (see issue #40470)

any help will be appreciated

@jdm
Copy link
Contributor

jdm commented Jun 12, 2017

You need to use a nightly compiler.

@jdm
Copy link
Contributor

jdm commented Jun 12, 2017

Actually, this is a problem caused by a dependency of rust-media - the lewton crate uses the ieee754 crate, and that crate was broken as described in rust-lang/rust#40470 (comment) .

@est31
Copy link
Contributor

est31 commented Jun 17, 2017

I've filed #37 to fix this. Sorry for the trouble!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants