Closed
Description
Currently libc for Redox requires the static_nobundle
feature, which means it doesn't build on rust stable. Is there any way to work around this?
error[E0554]: `#![feature]` may not be used on the stable release channel
--> /Users/thomas/.cargo/registry/src/github.com-1ecc6299db9ec823/libc-0.2.81/src/lib.rs:32:5
|
32 | feature(static_nobundle)
| ^^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0554`.
error: could not compile `libc`