KernelFreeze / Litecraft

Open source, clean room implementation of Minecraft Client
MIT License
138 stars 6 forks source link

Unable to compile #1

Closed Bezilon closed 7 years ago

Bezilon commented 7 years ago

error[E0554]: #[feature] may not be used on the stable release channel --> src/main.rs:1:1 | 1 | #![feature(proc_macro)] | ^^^^^^^^^^^^^^^^^^^^^^^

Followed the steps in the readme, this is what I get.

KernelFreeze commented 7 years ago

Hey! You should use rust nightly, because rust stable don't have some features yet, I will add the steps soon!

Bezilon commented 7 years ago

Thanks :)