fleabitdev / glsp

The GameLisp scripting language
https://gamelisp.rs/
Apache License 2.0
395 stars 13 forks source link

could not compile smallvec #4

Closed aeosynth closed 4 years ago

aeosynth commented 4 years ago
> cargo r
   Compiling smallvec v1.4.0
error[E0554]: `#![feature]` may not be used on the stable release channel
  --> /home/james/.cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-1.4.0/lib.rs:61:32
   |
61 | #![cfg_attr(feature = "union", feature(untagged_unions))]
   |                                ^^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to previous error

For more information about this error, try `rustc --explain E0554`.
error: could not compile `smallvec`.

Void Linux cargo new, glsp = "0.1"

fleabitdev commented 4 years ago

Thanks for the report!

GameLisp currently requires nightly Rust - are you using the stable release channel?

aeosynth commented 4 years ago

Yes I'm on stable. I missed that you mentioned it in the overview, maybe mention it in the readme as well? Closing.

fleabitdev commented 4 years ago

Good idea - it's easily missed. Fixed by 30f7f8f.