|
|
|
|
|
by bartvk
254 days ago
|
|
I'm getting an error during compiling. I did a "brew install rust", cloned the project then did "cargo build --bins --release" and got the error Compiling rift-wm v0.1.0 (/Users/bartvk/Developer/github.com/rift)
error[E0554]: `#![feature]` may not be used on the stable release channelNow I get I may have to switch to some beta rust version, so I did a "brew install rustup" and tried again "cargo build --bins --release" but same error. It'd greatly help if there was a step-by-step installation guide. I'm not into rust, so I'm getting a bit lost here. |
|